Html Css Color HEX #C92C16 Harley Davidson Orange
📋 copy color: '#C92C16'red 201 ◦ green 44 ◦ blue 22
Shades of Harley Davidson Orange #C92C16
Tints of Harley Davidson Orange #C92C16
RGB
CMYK
RGB Variations
Color information
#C92C16 (or 0xC92C16) is known color: Harley Davidson Orange. HEX triplet: C9, 2C and 16. RGB value is (201,44,22). Sum of RGB (Red+Green+Blue) = 201+44+22=267 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.28% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 201 - color contains mainly: red. Hex color #C92C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92C16 is #36D3E9. Grayscale: #585858. Windows color (decimal): -3593194 or 1453257. OLE color: 1453257.
HSL color Cylindrical-coordinate representation of color #C92C16: hue angle of 7.37º 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 #C92C16 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 44 | 22 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.21 |
| HSL | 7.37º | 0.8% | 0.44% | - |
| HSV(B) | 7.37º | 0.89% | 0.79% | - |
| XYZ | 25.13 | 14.28 | 2.19 | - |
| YUV | 88.44 | 90.51 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 44 | 22 | 0 | 0.78 | 0.89 | 0.21 | 7.37 | 0.8 | 0.44 |
| Hex | C9 | 2C | 16 | 0 | 4E | 59 | 15 | 7 | 50 | 2C |
| Octal | 311 | 54 | 26 | 0 | 116 | 131 | 25 | 7 | 120 | 54 |
| Binary | 11001001 | 101100 | 10110 | 0 | 1001110 | 1011001 | 10101 | 111 | 1010000 | 101100 |
Color Harmonies of #C92C16
Complementary color
Monochromatic Colors of #C92C16
Black with #C92C16
Text Example
Text Example
White with #C92C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92C16; }
p { color: rgb(201,44,22); }
H1.HeaderClassName
{
color: #C92C16;
}
.AnyTagClassName
{
color: #C92C16;
}
</style>
background-color css
<style>
a { background-color: #C92C16; }
a { background-color: rgb(201,44,22); }
div.DivClassName
{
background-color: #C92C16;
}
.BgClassName
{
background-color: #C92C16;
}
</style>
border-color css
<style>
span { border-color: #C92C16; }
span { border-color: rgb(201,44,22); }
td.TdClassName
{
border-color: #C92C16;
}
.TagClassName
{
border-color: #C92C16;
}
</style>