#C42209

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

Shades of Harley Davidson Orange #C42209

Tints of Harley Davidson Orange #C42209

Color information

#C42209 (or 0xC42209) is unknown color: approx Harley Davidson Orange. HEX triplet: C4, 22 and 09. RGB value is (196,34,9). Sum of RGB (Red+Green+Blue) = 196+34+9=239 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.01% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 9 (3.91% from 255 or 3.77% from 239); Max value from RGB is 196 - color contains mainly: red. Hex color #C42209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42209 is #3BDDF6. Grayscale: #4F4F4F. Windows color (decimal): -3923447 or 598724. OLE color: 598724.

HSL color Cylindrical-coordinate representation of color #C42209: hue angle of 8.02º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C42209 is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB196349-
CMYK00.830.950.23
HSL8.02º91.22%40.2%-
HSV(B)8.02º95.41%76.86%-
XYZ23.3912.91.52-
YUV79.5988.17211.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 82.01%
GREEN value IS 34 (13.67% from 255) = 14.23%
BLUE value IS 9 (3.91% from 255) = 3.77%
R=82.01%
G=14.23%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.95
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19634900.830.950.238.0291.2240.2
HexC42290535F1785b28
Octal30442110123137271013350
Binary1100010010001010010101001110111111011110001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42209; }

 p { color: rgb(196,34,9); }

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

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

 a { background-color: rgb(196,34,9); }

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

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

 span { border-color: rgb(196,34,9); }

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