Html Css Color HEX #C91F14 Harley Davidson Orange
📋 copy color: '#C91F14'red 201 ◦ green 31 ◦ blue 20
Shades of Harley Davidson Orange #C91F14
Tints of Harley Davidson Orange #C91F14
RGB
CMYK
RGB Variations
Color information
#C91F14 (or 0xC91F14) is known color: Harley Davidson Orange. HEX triplet: C9, 1F and 14. RGB value is (201,31,20). Sum of RGB (Red+Green+Blue) = 201+31+20=252 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.76% from 252); Green value is 31 (12.5% from 255 or 12.30% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 201 - color contains mainly: red. Hex color #C91F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C91F14 is #36E0EB. Grayscale: #505050. Windows color (decimal): -3596524 or 1318857. OLE color: 1318857.
HSL color Cylindrical-coordinate representation of color #C91F14: hue angle of 3.65º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C91F14 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 31 | 20 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.21 |
| HSL | 3.65º | 0.82% | 0.43% | - |
| HSV(B) | 3.65º | 0.9% | 0.79% | - |
| XYZ | 24.7 | 13.45 | 1.96 | - |
| YUV | 80.58 | 93.82 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 31 | 20 | 0 | 0.85 | 0.90 | 0.21 | 3.65 | 0.82 | 0.43 |
| Hex | C9 | 1F | 14 | 0 | 55 | 5A | 15 | 4 | 52 | 2B |
| Octal | 311 | 37 | 24 | 0 | 125 | 132 | 25 | 4 | 122 | 53 |
| Binary | 11001001 | 11111 | 10100 | 0 | 1010101 | 1011010 | 10101 | 100 | 1010010 | 101011 |
Color Harmonies of #C91F14
Complementary color
Monochromatic Colors of #C91F14
Black with #C91F14
Text Example
Text Example
White with #C91F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91F14; }
p { color: rgb(201,31,20); }
H1.HeaderClassName
{
color: #C91F14;
}
.AnyTagClassName
{
color: #C91F14;
}
</style>
background-color css
<style>
a { background-color: #C91F14; }
a { background-color: rgb(201,31,20); }
div.DivClassName
{
background-color: #C91F14;
}
.BgClassName
{
background-color: #C91F14;
}
</style>
border-color css
<style>
span { border-color: #C91F14; }
span { border-color: rgb(201,31,20); }
td.TdClassName
{
border-color: #C91F14;
}
.TagClassName
{
border-color: #C91F14;
}
</style>