Html Css Color HEX #C92008 Harley Davidson Orange
📋 copy color: '#C92008'red 201 ◦ green 32 ◦ blue 8
Shades of Harley Davidson Orange #C92008
Tints of Harley Davidson Orange #C92008
RGB
CMYK
RGB Variations
Color information
#C92008 (or 0xC92008) is known color: Harley Davidson Orange. HEX triplet: C9, 20 and 08. RGB value is (201,32,8). Sum of RGB (Red+Green+Blue) = 201+32+8=241 (31% of max value = 765). Red value is 201 (78.91% from 255 or 83.40% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 201 - color contains mainly: red. Hex color #C92008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92008 is #36DFF7. Grayscale: #505050. Windows color (decimal): -3596280 or 532681. OLE color: 532681.
HSL color Cylindrical-coordinate representation of color #C92008: hue angle of 7.46º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C92008 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 8 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.21 |
| HSL | 7.46º | 0.92% | 0.41% | - |
| HSV(B) | 7.46º | 0.96% | 0.79% | - |
| XYZ | 24.65 | 13.47 | 1.53 | - |
| YUV | 79.8 | 87.49 | 214.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 8 | 0 | 0.84 | 0.96 | 0.21 | 7.46 | 0.92 | 0.41 |
| Hex | C9 | 20 | 8 | 0 | 54 | 60 | 15 | 7 | 5C | 29 |
| Octal | 311 | 40 | 10 | 0 | 124 | 140 | 25 | 7 | 134 | 51 |
| Binary | 11001001 | 100000 | 1000 | 0 | 1010100 | 1100000 | 10101 | 111 | 1011100 | 101001 |
Color Harmonies of #C92008
Complementary color
Monochromatic Colors of #C92008
Black with #C92008
Text Example
Text Example
White with #C92008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92008; }
p { color: rgb(201,32,8); }
H1.HeaderClassName
{
color: #C92008;
}
.AnyTagClassName
{
color: #C92008;
}
</style>
background-color css
<style>
a { background-color: #C92008; }
a { background-color: rgb(201,32,8); }
div.DivClassName
{
background-color: #C92008;
}
.BgClassName
{
background-color: #C92008;
}
</style>
border-color css
<style>
span { border-color: #C92008; }
span { border-color: rgb(201,32,8); }
td.TdClassName
{
border-color: #C92008;
}
.TagClassName
{
border-color: #C92008;
}
</style>