Html Css Color HEX #C92017 Harley Davidson Orange
📋 copy color: '#C92017'red 201 ◦ green 32 ◦ blue 23
Shades of Harley Davidson Orange #C92017
Tints of Harley Davidson Orange #C92017
RGB
CMYK
RGB Variations
Color information
#C92017 (or 0xC92017) is known color: Harley Davidson Orange. HEX triplet: C9, 20 and 17. RGB value is (201,32,23). Sum of RGB (Red+Green+Blue) = 201+32+23=256 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.52% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 201 - color contains mainly: red. Hex color #C92017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92017 is #36DFE8. Grayscale: #515151. Windows color (decimal): -3596265 or 1515721. OLE color: 1515721.
HSL color Cylindrical-coordinate representation of color #C92017: hue angle of 3.03º 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 #C92017 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 23 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.21 |
| HSL | 3.03º | 0.79% | 0.44% | - |
| HSV(B) | 3.03º | 0.89% | 0.79% | - |
| XYZ | 24.76 | 13.51 | 2.11 | - |
| YUV | 81.51 | 94.99 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 23 | 0 | 0.84 | 0.89 | 0.21 | 3.03 | 0.79 | 0.44 |
| Hex | C9 | 20 | 17 | 0 | 54 | 59 | 15 | 3 | 4F | 2C |
| Octal | 311 | 40 | 27 | 0 | 124 | 131 | 25 | 3 | 117 | 54 |
| Binary | 11001001 | 100000 | 10111 | 0 | 1010100 | 1011001 | 10101 | 11 | 1001111 | 101100 |
Color Harmonies of #C92017
Complementary color
Monochromatic Colors of #C92017
Black with #C92017
Text Example
Text Example
White with #C92017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92017; }
p { color: rgb(201,32,23); }
H1.HeaderClassName
{
color: #C92017;
}
.AnyTagClassName
{
color: #C92017;
}
</style>
background-color css
<style>
a { background-color: #C92017; }
a { background-color: rgb(201,32,23); }
div.DivClassName
{
background-color: #C92017;
}
.BgClassName
{
background-color: #C92017;
}
</style>
border-color css
<style>
span { border-color: #C92017; }
span { border-color: rgb(201,32,23); }
td.TdClassName
{
border-color: #C92017;
}
.TagClassName
{
border-color: #C92017;
}
</style>