Html Css Color HEX #C92408 Harley Davidson Orange
📋 copy color: '#C92408'red 201 ◦ green 36 ◦ blue 8
Shades of Harley Davidson Orange #C92408
Tints of Harley Davidson Orange #C92408
RGB
CMYK
RGB Variations
Color information
#C92408 (or 0xC92408) is known color: Harley Davidson Orange. HEX triplet: C9, 24 and 08. RGB value is (201,36,8). Sum of RGB (Red+Green+Blue) = 201+36+8=245 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.04% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 201 - color contains mainly: red. Hex color #C92408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92408 is #36DBF7. Grayscale: #525252. Windows color (decimal): -3595256 or 533705. OLE color: 533705.
HSL color Cylindrical-coordinate representation of color #C92408: hue angle of 8.7º 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 #C92408 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 8 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.21 |
| HSL | 8.7º | 0.92% | 0.41% | - |
| HSV(B) | 8.7º | 0.96% | 0.79% | - |
| XYZ | 24.76 | 13.7 | 1.57 | - |
| YUV | 82.14 | 86.16 | 212.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 8 | 0 | 0.82 | 0.96 | 0.21 | 8.7 | 0.92 | 0.41 |
| Hex | C9 | 24 | 8 | 0 | 52 | 60 | 15 | 9 | 5C | 29 |
| Octal | 311 | 44 | 10 | 0 | 122 | 140 | 25 | 11 | 134 | 51 |
| Binary | 11001001 | 100100 | 1000 | 0 | 1010010 | 1100000 | 10101 | 1001 | 1011100 | 101001 |
Color Harmonies of #C92408
Complementary color
Monochromatic Colors of #C92408
Black with #C92408
Text Example
Text Example
White with #C92408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92408; }
p { color: rgb(201,36,8); }
H1.HeaderClassName
{
color: #C92408;
}
.AnyTagClassName
{
color: #C92408;
}
</style>
background-color css
<style>
a { background-color: #C92408; }
a { background-color: rgb(201,36,8); }
div.DivClassName
{
background-color: #C92408;
}
.BgClassName
{
background-color: #C92408;
}
</style>
border-color css
<style>
span { border-color: #C92408; }
span { border-color: rgb(201,36,8); }
td.TdClassName
{
border-color: #C92408;
}
.TagClassName
{
border-color: #C92408;
}
</style>