Html Css Color HEX #C92004 Harley Davidson Orange

📋 copy color: '#C92004'

red 201 ◦ green 32 ◦ blue 4

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

Shades of Harley Davidson Orange #C92004

Tints of Harley Davidson Orange #C92004

RGB

 RED value IS 201 (78.91% from 255) = 84.81%

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

 BLUE value IS 4 (1.95% from 255) = 1.69%

R = 84.81%
G = 13.5%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#C92004 (or 0xC92004) is known color: Harley Davidson Orange. HEX triplet: C9, 20 and 04. RGB value is (201,32,4). Sum of RGB (Red+Green+Blue) = 201+32+4=237 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.81% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 201 - color contains mainly: red. Hex color #C92004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92004 is #36DFFB. Grayscale: #4F4F4F. Windows color (decimal): -3596284 or 270537. OLE color: 270537.

HSL color Cylindrical-coordinate representation of color #C92004: hue angle of 8.53º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C92004 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 32 4 -
CMYK 0 0.84 0.98 0.21
HSL 8.53º 0.96% 0.4% -
HSV(B) 8.53º 0.98% 0.79% -
XYZ 24.63 13.46 1.41 -
YUV 79.34 85.49 214.78 -
System Red Green Blue C M Y K H S L
Decimal 201 32 4 0 0.84 0.98 0.21 8.53 0.96 0.4
Hex C9 20 4 0 54 62 15 9 60 28
Octal 311 40 4 0 124 142 25 11 140 50
Binary 11001001 100000 100 0 1010100 1100010 10101 1001 1100000 101000

Color Harmonies of #C92004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92004

Black with #C92004

Text Example


Text Example

White with #C92004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92004; }

 p { color: rgb(201,32,4); }

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

background-color css

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

 a { background-color: rgb(201,32,4); }

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

border-color css

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

 span { border-color: rgb(201,32,4); }

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