Html Css Color HEX #C91F18 Harley Davidson Orange
📋 copy color: '#C91F18'red 201 ◦ green 31 ◦ blue 24
Shades of Harley Davidson Orange #C91F18
Tints of Harley Davidson Orange #C91F18
RGB
CMYK
RGB Variations
Color information
#C91F18 (or 0xC91F18) is known color: Harley Davidson Orange. HEX triplet: C9, 1F and 18. RGB value is (201,31,24). Sum of RGB (Red+Green+Blue) = 201+31+24=256 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.52% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 201 - color contains mainly: red. Hex color #C91F18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C91F18 is #36E0E7. Grayscale: #515151. Windows color (decimal): -3596520 or 1581001. OLE color: 1581001.
HSL color Cylindrical-coordinate representation of color #C91F18: hue angle of 2.37º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91F18 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 31 | 24 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.21 |
| HSL | 2.37º | 0.79% | 0.44% | - |
| HSV(B) | 2.37º | 0.88% | 0.79% | - |
| XYZ | 24.74 | 13.46 | 2.16 | - |
| YUV | 81.03 | 95.82 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 31 | 24 | 0 | 0.85 | 0.88 | 0.21 | 2.37 | 0.79 | 0.44 |
| Hex | C9 | 1F | 18 | 0 | 55 | 58 | 15 | 2 | 4F | 2C |
| Octal | 311 | 37 | 30 | 0 | 125 | 130 | 25 | 2 | 117 | 54 |
| Binary | 11001001 | 11111 | 11000 | 0 | 1010101 | 1011000 | 10101 | 10 | 1001111 | 101100 |
Color Harmonies of #C91F18
Complementary color
Monochromatic Colors of #C91F18
Black with #C91F18
Text Example
Text Example
White with #C91F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91F18; }
p { color: rgb(201,31,24); }
H1.HeaderClassName
{
color: #C91F18;
}
.AnyTagClassName
{
color: #C91F18;
}
</style>
background-color css
<style>
a { background-color: #C91F18; }
a { background-color: rgb(201,31,24); }
div.DivClassName
{
background-color: #C91F18;
}
.BgClassName
{
background-color: #C91F18;
}
</style>
border-color css
<style>
span { border-color: #C91F18; }
span { border-color: rgb(201,31,24); }
td.TdClassName
{
border-color: #C91F18;
}
.TagClassName
{
border-color: #C91F18;
}
</style>