Html Css Color HEX #C91F02 Harley Davidson Orange
📋 copy color: '#C91F02'red 201 ◦ green 31 ◦ blue 2
Shades of Harley Davidson Orange #C91F02
Tints of Harley Davidson Orange #C91F02
RGB
CMYK
RGB Variations
Color information
#C91F02 (or 0xC91F02) is known color: Harley Davidson Orange. HEX triplet: C9, 1F and 02. RGB value is (201,31,2). Sum of RGB (Red+Green+Blue) = 201+31+2=234 (30% of max value = 765). Red value is 201 (78.91% from 255 or 85.90% from 234); Green value is 31 (12.5% from 255 or 13.25% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 201 - color contains mainly: red. Hex color #C91F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C91F02 is #36E0FD. Grayscale: #4E4E4E. Windows color (decimal): -3596542 or 139209. OLE color: 139209.
HSL color Cylindrical-coordinate representation of color #C91F02: hue angle of 8.74º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C91F02 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 31 | 2 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.21 |
| HSL | 8.74º | 0.98% | 0.4% | - |
| HSV(B) | 8.74º | 0.99% | 0.79% | - |
| XYZ | 24.59 | 13.4 | 1.35 | - |
| YUV | 78.52 | 84.82 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 31 | 2 | 0 | 0.85 | 0.99 | 0.21 | 8.74 | 0.98 | 0.4 |
| Hex | C9 | 1F | 2 | 0 | 55 | 63 | 15 | 9 | 62 | 28 |
| Octal | 311 | 37 | 2 | 0 | 125 | 143 | 25 | 11 | 142 | 50 |
| Binary | 11001001 | 11111 | 10 | 0 | 1010101 | 1100011 | 10101 | 1001 | 1100010 | 101000 |
Color Harmonies of #C91F02
Complementary color
Monochromatic Colors of #C91F02
Black with #C91F02
Text Example
Text Example
White with #C91F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91F02; }
p { color: rgb(201,31,2); }
H1.HeaderClassName
{
color: #C91F02;
}
.AnyTagClassName
{
color: #C91F02;
}
</style>
background-color css
<style>
a { background-color: #C91F02; }
a { background-color: rgb(201,31,2); }
div.DivClassName
{
background-color: #C91F02;
}
.BgClassName
{
background-color: #C91F02;
}
</style>
border-color css
<style>
span { border-color: #C91F02; }
span { border-color: rgb(201,31,2); }
td.TdClassName
{
border-color: #C91F02;
}
.TagClassName
{
border-color: #C91F02;
}
</style>