Html Css Color HEX #C92400 Harley Davidson Orange
📋 copy color: '#C92400'red 201 ◦ green 36 ◦ blue 0
Shades of Harley Davidson Orange #C92400
Tints of Harley Davidson Orange #C92400
RGB
CMYK
RGB Variations
Color information
#C92400 (or 0xC92400) is known color: Harley Davidson Orange. HEX triplet: C9, 24 and 00. RGB value is (201,36,0). Sum of RGB (Red+Green+Blue) = 201+36+0=237 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.81% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 201 - color contains mainly: red. Hex color #C92400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92400 is #36DBFF. Grayscale: #515151. Windows color (decimal): -3595264 or 9417. OLE color: 9417.
HSL color Cylindrical-coordinate representation of color #C92400: hue angle of 10.75º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C92400 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.21 |
| HSL | 10.75º | 1% | 0.39% | - |
| HSV(B) | 10.75º | 1% | 0.79% | - |
| XYZ | 24.72 | 13.68 | 1.34 | - |
| YUV | 81.23 | 82.16 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 0 | 0 | 0.82 | 1 | 0.21 | 10.75 | 1 | 0.39 |
| Hex | C9 | 24 | 0 | 0 | 52 | 64 | 15 | B | 64 | 27 |
| Octal | 311 | 44 | 0 | 0 | 122 | 144 | 25 | 13 | 144 | 47 |
| Binary | 11001001 | 100100 | 0 | 0 | 1010010 | 1100100 | 10101 | 1011 | 1100100 | 100111 |
Color Harmonies of #C92400
Complementary color
Monochromatic Colors of #C92400
Black with #C92400
Text Example
Text Example
White with #C92400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92400; }
p { color: rgb(201,36,0); }
H1.HeaderClassName
{
color: #C92400;
}
.AnyTagClassName
{
color: #C92400;
}
</style>
background-color css
<style>
a { background-color: #C92400; }
a { background-color: rgb(201,36,0); }
div.DivClassName
{
background-color: #C92400;
}
.BgClassName
{
background-color: #C92400;
}
</style>
border-color css
<style>
span { border-color: #C92400; }
span { border-color: rgb(201,36,0); }
td.TdClassName
{
border-color: #C92400;
}
.TagClassName
{
border-color: #C92400;
}
</style>