Html Css Color HEX #C92517 Harley Davidson Orange
📋 copy color: '#C92517'red 201 ◦ green 37 ◦ blue 23
Shades of Harley Davidson Orange #C92517
Tints of Harley Davidson Orange #C92517
RGB
CMYK
RGB Variations
Color information
#C92517 (or 0xC92517) is known color: Harley Davidson Orange. HEX triplet: C9, 25 and 17. RGB value is (201,37,23). Sum of RGB (Red+Green+Blue) = 201+37+23=261 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.01% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 201 - color contains mainly: red. Hex color #C92517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92517 is #36DAE8. Grayscale: #545454. Windows color (decimal): -3594985 or 1517001. OLE color: 1517001.
HSL color Cylindrical-coordinate representation of color #C92517: hue angle of 4.72º 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 #C92517 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 37 | 23 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.21 |
| HSL | 4.72º | 0.79% | 0.44% | - |
| HSV(B) | 4.72º | 0.89% | 0.79% | - |
| XYZ | 24.9 | 13.8 | 2.16 | - |
| YUV | 84.44 | 93.33 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 37 | 23 | 0 | 0.82 | 0.89 | 0.21 | 4.72 | 0.79 | 0.44 |
| Hex | C9 | 25 | 17 | 0 | 52 | 59 | 15 | 5 | 4F | 2C |
| Octal | 311 | 45 | 27 | 0 | 122 | 131 | 25 | 5 | 117 | 54 |
| Binary | 11001001 | 100101 | 10111 | 0 | 1010010 | 1011001 | 10101 | 101 | 1001111 | 101100 |
Color Harmonies of #C92517
Complementary color
Monochromatic Colors of #C92517
Black with #C92517
Text Example
Text Example
White with #C92517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92517; }
p { color: rgb(201,37,23); }
H1.HeaderClassName
{
color: #C92517;
}
.AnyTagClassName
{
color: #C92517;
}
</style>
background-color css
<style>
a { background-color: #C92517; }
a { background-color: rgb(201,37,23); }
div.DivClassName
{
background-color: #C92517;
}
.BgClassName
{
background-color: #C92517;
}
</style>
border-color css
<style>
span { border-color: #C92517; }
span { border-color: rgb(201,37,23); }
td.TdClassName
{
border-color: #C92517;
}
.TagClassName
{
border-color: #C92517;
}
</style>