Html Css Color HEX #C42009 Harley Davidson Orange

📋 copy color: '#C42009'

red 196 ◦ green 32 ◦ blue 9

#C42009
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #C42009

Tints of Harley Davidson Orange #C42009

RGB

 RED value IS 196 (76.95% from 255) = 82.7%

 GREEN value IS 32 (12.89% from 255) = 13.5%

 BLUE value IS 9 (3.91% from 255) = 3.8%

R = 82.7%
G = 13.5%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C42009 (or 0xC42009) is known color: Harley Davidson Orange. HEX triplet: C4, 20 and 09. RGB value is (196,32,9). Sum of RGB (Red+Green+Blue) = 196+32+9=237 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.70% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 196 - color contains mainly: red. Hex color #C42009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42009 is #3BDFF6. Grayscale: #4E4E4E. Windows color (decimal): -3923959 or 598212. OLE color: 598212.

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

Color convert

RGB 196 32 9 -
CMYK 0 0.84 0.95 0.23
HSL 7.38º 0.91% 0.4% -
HSV(B) 7.38º 0.95% 0.77% -
XYZ 23.33 12.79 1.5 -
YUV 78.41 88.83 211.87 -
System Red Green Blue C M Y K H S L
Decimal 196 32 9 0 0.84 0.95 0.23 7.38 0.91 0.4
Hex C4 20 9 0 54 5F 17 7 5B 28
Octal 304 40 11 0 124 137 27 7 133 50
Binary 11000100 100000 1001 0 1010100 1011111 10111 111 1011011 101000

Color Harmonies of #C42009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42009

Black with #C42009

Text Example


Text Example

White with #C42009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42009; }

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

 H1.HeaderClassName
 {
   color: #C42009;
 }
 .AnyTagClassName
 {
   color: #C42009;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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