#C42109

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

Shades of Harley Davidson Orange #C42109

Tints of Harley Davidson Orange #C42109

Color information

#C42109 (or 0xC42109) is unknown color: approx Harley Davidson Orange. HEX triplet: C4, 21 and 09. RGB value is (196,33,9). Sum of RGB (Red+Green+Blue) = 196+33+9=238 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.35% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 196 - color contains mainly: red. Hex color #C42109 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42109 is #3BDEF6. Grayscale: #4F4F4F. Windows color (decimal): -3923703 or 598468. OLE color: 598468.

HSL color Cylindrical-coordinate representation of color #C42109: hue angle of 7.7º 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 #C42109 is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB196339-
CMYK00.830.950.23
HSL7.7º91.22%40.2%-
HSV(B)7.7º95.41%76.86%-
XYZ23.3612.841.51-
YUV7988.5211.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 82.35%
GREEN value IS 33 (13.28% from 255) = 13.87%
BLUE value IS 9 (3.91% from 255) = 3.78%
R=82.35%
G=13.87%
B=3.78%

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
Decimal19633900.830.950.237.791.2240.2
HexC42190535F1785b28
Octal30441110123137271013350
Binary1100010010000110010101001110111111011110001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42109; }

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

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

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

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

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

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

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

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