Html Css Color HEX #C92917 Harley Davidson Orange
📋 copy color: '#C92917'red 201 ◦ green 41 ◦ blue 23
Shades of Harley Davidson Orange #C92917
Tints of Harley Davidson Orange #C92917
RGB
CMYK
RGB Variations
Color information
#C92917 (or 0xC92917) is known color: Harley Davidson Orange. HEX triplet: C9, 29 and 17. RGB value is (201,41,23). Sum of RGB (Red+Green+Blue) = 201+41+23=265 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.85% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 23 (9.38% from 255 or 8.68% from 265); Max value from RGB is 201 - color contains mainly: red. Hex color #C92917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92917 is #36D6E8. Grayscale: #575757. Windows color (decimal): -3593961 or 1518025. OLE color: 1518025.
HSL color Cylindrical-coordinate representation of color #C92917: hue angle of 6.07º 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 #C92917 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 23 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.21 |
| HSL | 6.07º | 0.79% | 0.44% | - |
| HSV(B) | 6.07º | 0.89% | 0.79% | - |
| XYZ | 25.03 | 14.07 | 2.21 | - |
| YUV | 86.79 | 92.01 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 23 | 0 | 0.80 | 0.89 | 0.21 | 6.07 | 0.79 | 0.44 |
| Hex | C9 | 29 | 17 | 0 | 50 | 59 | 15 | 6 | 4F | 2C |
| Octal | 311 | 51 | 27 | 0 | 120 | 131 | 25 | 6 | 117 | 54 |
| Binary | 11001001 | 101001 | 10111 | 0 | 1010000 | 1011001 | 10101 | 110 | 1001111 | 101100 |
Color Harmonies of #C92917
Complementary color
Monochromatic Colors of #C92917
Black with #C92917
Text Example
Text Example
White with #C92917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92917; }
p { color: rgb(201,41,23); }
H1.HeaderClassName
{
color: #C92917;
}
.AnyTagClassName
{
color: #C92917;
}
</style>
background-color css
<style>
a { background-color: #C92917; }
a { background-color: rgb(201,41,23); }
div.DivClassName
{
background-color: #C92917;
}
.BgClassName
{
background-color: #C92917;
}
</style>
border-color css
<style>
span { border-color: #C92917; }
span { border-color: rgb(201,41,23); }
td.TdClassName
{
border-color: #C92917;
}
.TagClassName
{
border-color: #C92917;
}
</style>