Html Css Color HEX #C92004 Harley Davidson Orange
📋 copy color: '#C92004'red 201 ◦ green 32 ◦ blue 4
Shades of Harley Davidson Orange #C92004
Tints of Harley Davidson Orange #C92004
RGB
CMYK
RGB Variations
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
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>