Html Css Color HEX #C92116 Harley Davidson Orange
📋 copy color: '#C92116'red 201 ◦ green 33 ◦ blue 22
Shades of Harley Davidson Orange #C92116
Tints of Harley Davidson Orange #C92116
RGB
CMYK
RGB Variations
Color information
#C92116 (or 0xC92116) is known color: Harley Davidson Orange. HEX triplet: C9, 21 and 16. RGB value is (201,33,22). Sum of RGB (Red+Green+Blue) = 201+33+22=256 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.52% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 201 - color contains mainly: red. Hex color #C92116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92116 is #36DEE9. Grayscale: #525252. Windows color (decimal): -3596010 or 1450441. OLE color: 1450441.
HSL color Cylindrical-coordinate representation of color #C92116: hue angle of 3.69º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C92116 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 22 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.21 |
| HSL | 3.69º | 0.8% | 0.44% | - |
| HSV(B) | 3.69º | 0.89% | 0.79% | - |
| XYZ | 24.78 | 13.56 | 2.07 | - |
| YUV | 81.98 | 94.16 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 22 | 0 | 0.84 | 0.89 | 0.21 | 3.69 | 0.8 | 0.44 |
| Hex | C9 | 21 | 16 | 0 | 54 | 59 | 15 | 4 | 50 | 2C |
| Octal | 311 | 41 | 26 | 0 | 124 | 131 | 25 | 4 | 120 | 54 |
| Binary | 11001001 | 100001 | 10110 | 0 | 1010100 | 1011001 | 10101 | 100 | 1010000 | 101100 |
Color Harmonies of #C92116
Complementary color
Monochromatic Colors of #C92116
Black with #C92116
Text Example
Text Example
White with #C92116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92116; }
p { color: rgb(201,33,22); }
H1.HeaderClassName
{
color: #C92116;
}
.AnyTagClassName
{
color: #C92116;
}
</style>
background-color css
<style>
a { background-color: #C92116; }
a { background-color: rgb(201,33,22); }
div.DivClassName
{
background-color: #C92116;
}
.BgClassName
{
background-color: #C92116;
}
</style>
border-color css
<style>
span { border-color: #C92116; }
span { border-color: rgb(201,33,22); }
td.TdClassName
{
border-color: #C92116;
}
.TagClassName
{
border-color: #C92116;
}
</style>