Html Css Color HEX #C92217 Harley Davidson Orange
📋 copy color: '#C92217'red 201 ◦ green 34 ◦ blue 23
Shades of Harley Davidson Orange #C92217
Tints of Harley Davidson Orange #C92217
RGB
CMYK
RGB Variations
Color information
#C92217 (or 0xC92217) is known color: Harley Davidson Orange. HEX triplet: C9, 22 and 17. RGB value is (201,34,23). Sum of RGB (Red+Green+Blue) = 201+34+23=258 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.91% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 23 (9.38% from 255 or 8.91% from 258); Max value from RGB is 201 - color contains mainly: red. Hex color #C92217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92217 is #36DDE8. Grayscale: #525252. Windows color (decimal): -3595753 or 1516233. OLE color: 1516233.
HSL color Cylindrical-coordinate representation of color #C92217: hue angle of 3.71º degrees, saturation: 0.79, 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 #C92217 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 23 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.21 |
| HSL | 3.71º | 0.79% | 0.44% | - |
| HSV(B) | 3.71º | 0.89% | 0.79% | - |
| XYZ | 24.81 | 13.62 | 2.13 | - |
| YUV | 82.68 | 94.33 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 23 | 0 | 0.83 | 0.89 | 0.21 | 3.71 | 0.79 | 0.44 |
| Hex | C9 | 22 | 17 | 0 | 53 | 59 | 15 | 4 | 4F | 2C |
| Octal | 311 | 42 | 27 | 0 | 123 | 131 | 25 | 4 | 117 | 54 |
| Binary | 11001001 | 100010 | 10111 | 0 | 1010011 | 1011001 | 10101 | 100 | 1001111 | 101100 |
Color Harmonies of #C92217
Complementary color
Monochromatic Colors of #C92217
Black with #C92217
Text Example
Text Example
White with #C92217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92217; }
p { color: rgb(201,34,23); }
H1.HeaderClassName
{
color: #C92217;
}
.AnyTagClassName
{
color: #C92217;
}
</style>
background-color css
<style>
a { background-color: #C92217; }
a { background-color: rgb(201,34,23); }
div.DivClassName
{
background-color: #C92217;
}
.BgClassName
{
background-color: #C92217;
}
</style>
border-color css
<style>
span { border-color: #C92217; }
span { border-color: rgb(201,34,23); }
td.TdClassName
{
border-color: #C92217;
}
.TagClassName
{
border-color: #C92217;
}
</style>