#C42A02

Color #C42A02 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #C42A02

Tints of Harley Davidson Orange #C42A02

Color information

#C42A02 (or 0xC42A02) is unknown color: approx Harley Davidson Orange. HEX triplet: C4, 2A and 02. RGB value is (196,42,2). Sum of RGB (Red+Green+Blue) = 196+42+2=240 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.67% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 196 - color contains mainly: red. Hex color #C42A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42A02 is #3BD5FD. Grayscale: #535353. Windows color (decimal): -3921406 or 142020. OLE color: 142020.

HSL color Cylindrical-coordinate representation of color #C42A02: hue angle of 12.37º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C42A02 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB196422-
CMYK00.790.990.23
HSL12.37º97.98%38.82%-
HSV(B)12.37º98.98%76.86%-
XYZ23.613.41.4-
YUV83.4982.02208.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 81.67%
GREEN value IS 42 (16.80% from 255) = 17.5%
BLUE value IS 2 (1.17% from 255) = 0.83%
R=81.67%
G=17.5%
B=0.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.99
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19642200.790.990.2312.3797.9838.82
HexC42A204F6317c6227
Octal3045220117143271414247
Binary11000100101010100100111111000111011111001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42A02; }

 p { color: rgb(196,42,2); }

 H1.HeaderClassName
 {
   color: #C42A02;
 }
 .AnyTagClassName
 {
   color: #C42A02;
 }
</style>
background-color css

<style>
 a { background-color: #C42A02; }

 a { background-color: rgb(196,42,2); }

 div.DivClassName
 {
   background-color: #C42A02;
 }
 .BgClassName
 {
   background-color: #C42A02;
 }
</style>
border-color css

<style>
 span { border-color: #C42A02; }

 span { border-color: rgb(196,42,2); }

 td.TdClassName
 {
   border-color: #C42A02;
 }
 .TagClassName
 {
   border-color: #C42A02;
 }
</style>