Html Css Color HEX #C92716 Harley Davidson Orange
📋 copy color: '#C92716'red 201 ◦ green 39 ◦ blue 22
Shades of Harley Davidson Orange #C92716
Tints of Harley Davidson Orange #C92716
RGB
CMYK
RGB Variations
Color information
#C92716 (or 0xC92716) is known color: Harley Davidson Orange. HEX triplet: C9, 27 and 16. RGB value is (201,39,22). Sum of RGB (Red+Green+Blue) = 201+39+22=262 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.72% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 201 - color contains mainly: red. Hex color #C92716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92716 is #36D8E9. Grayscale: #555555. Windows color (decimal): -3594474 or 1451977. OLE color: 1451977.
HSL color Cylindrical-coordinate representation of color #C92716: hue angle of 5.7º 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 #C92716 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 39 | 22 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.21 |
| HSL | 5.7º | 0.8% | 0.44% | - |
| HSV(B) | 5.7º | 0.89% | 0.79% | - |
| XYZ | 24.96 | 13.93 | 2.13 | - |
| YUV | 85.5 | 92.17 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 39 | 22 | 0 | 0.81 | 0.89 | 0.21 | 5.7 | 0.8 | 0.44 |
| Hex | C9 | 27 | 16 | 0 | 51 | 59 | 15 | 6 | 50 | 2C |
| Octal | 311 | 47 | 26 | 0 | 121 | 131 | 25 | 6 | 120 | 54 |
| Binary | 11001001 | 100111 | 10110 | 0 | 1010001 | 1011001 | 10101 | 110 | 1010000 | 101100 |
Color Harmonies of #C92716
Complementary color
Monochromatic Colors of #C92716
Black with #C92716
Text Example
Text Example
White with #C92716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92716; }
p { color: rgb(201,39,22); }
H1.HeaderClassName
{
color: #C92716;
}
.AnyTagClassName
{
color: #C92716;
}
</style>
background-color css
<style>
a { background-color: #C92716; }
a { background-color: rgb(201,39,22); }
div.DivClassName
{
background-color: #C92716;
}
.BgClassName
{
background-color: #C92716;
}
</style>
border-color css
<style>
span { border-color: #C92716; }
span { border-color: rgb(201,39,22); }
td.TdClassName
{
border-color: #C92716;
}
.TagClassName
{
border-color: #C92716;
}
</style>