Html Css Color HEX #C92210 Harley Davidson Orange
📋 copy color: '#C92210'red 201 ◦ green 34 ◦ blue 16
Shades of Harley Davidson Orange #C92210
Tints of Harley Davidson Orange #C92210
RGB
CMYK
RGB Variations
Color information
#C92210 (or 0xC92210) is known color: Harley Davidson Orange. HEX triplet: C9, 22 and 10. RGB value is (201,34,16). Sum of RGB (Red+Green+Blue) = 201+34+16=251 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.08% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 201 - color contains mainly: red. Hex color #C92210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92210 is #36DDEF. Grayscale: #525252. Windows color (decimal): -3595760 or 1057481. OLE color: 1057481.
HSL color Cylindrical-coordinate representation of color #C92210: hue angle of 5.84º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C92210 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 16 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.21 |
| HSL | 5.84º | 0.85% | 0.43% | - |
| HSV(B) | 5.84º | 0.92% | 0.79% | - |
| XYZ | 24.75 | 13.6 | 1.81 | - |
| YUV | 81.88 | 90.83 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 16 | 0 | 0.83 | 0.92 | 0.21 | 5.84 | 0.85 | 0.43 |
| Hex | C9 | 22 | 10 | 0 | 53 | 5C | 15 | 6 | 55 | 2B |
| Octal | 311 | 42 | 20 | 0 | 123 | 134 | 25 | 6 | 125 | 53 |
| Binary | 11001001 | 100010 | 10000 | 0 | 1010011 | 1011100 | 10101 | 110 | 1010101 | 101011 |
Color Harmonies of #C92210
Complementary color
Monochromatic Colors of #C92210
Black with #C92210
Text Example
Text Example
White with #C92210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92210; }
p { color: rgb(201,34,16); }
H1.HeaderClassName
{
color: #C92210;
}
.AnyTagClassName
{
color: #C92210;
}
</style>
background-color css
<style>
a { background-color: #C92210; }
a { background-color: rgb(201,34,16); }
div.DivClassName
{
background-color: #C92210;
}
.BgClassName
{
background-color: #C92210;
}
</style>
border-color css
<style>
span { border-color: #C92210; }
span { border-color: rgb(201,34,16); }
td.TdClassName
{
border-color: #C92210;
}
.TagClassName
{
border-color: #C92210;
}
</style>