Html Css Color HEX #C91E02 Harley Davidson Orange
📋 copy color: '#C91E02'red 201 ◦ green 30 ◦ blue 2
Shades of Harley Davidson Orange #C91E02
Tints of Harley Davidson Orange #C91E02
RGB
CMYK
RGB Variations
Color information
#C91E02 (or 0xC91E02) is known color: Harley Davidson Orange. HEX triplet: C9, 1E and 02. RGB value is (201,30,2). Sum of RGB (Red+Green+Blue) = 201+30+2=233 (30% of max value = 765). Red value is 201 (78.91% from 255 or 86.27% from 233); Green value is 30 (12.11% from 255 or 12.88% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 201 - color contains mainly: red. Hex color #C91E02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C91E02 is #36E1FD. Grayscale: #4E4E4E. Windows color (decimal): -3596798 or 138953. OLE color: 138953.
HSL color Cylindrical-coordinate representation of color #C91E02: hue angle of 8.44º 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 #C91E02 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 30 | 2 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.21 |
| HSL | 8.44º | 0.98% | 0.4% | - |
| HSV(B) | 8.44º | 0.99% | 0.79% | - |
| XYZ | 24.56 | 13.35 | 1.34 | - |
| YUV | 77.94 | 85.15 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 30 | 2 | 0 | 0.85 | 0.99 | 0.21 | 8.44 | 0.98 | 0.4 |
| Hex | C9 | 1E | 2 | 0 | 55 | 63 | 15 | 8 | 62 | 28 |
| Octal | 311 | 36 | 2 | 0 | 125 | 143 | 25 | 10 | 142 | 50 |
| Binary | 11001001 | 11110 | 10 | 0 | 1010101 | 1100011 | 10101 | 1000 | 1100010 | 101000 |
Color Harmonies of #C91E02
Complementary color
Monochromatic Colors of #C91E02
Black with #C91E02
Text Example
Text Example
White with #C91E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91E02; }
p { color: rgb(201,30,2); }
H1.HeaderClassName
{
color: #C91E02;
}
.AnyTagClassName
{
color: #C91E02;
}
</style>
background-color css
<style>
a { background-color: #C91E02; }
a { background-color: rgb(201,30,2); }
div.DivClassName
{
background-color: #C91E02;
}
.BgClassName
{
background-color: #C91E02;
}
</style>
border-color css
<style>
span { border-color: #C91E02; }
span { border-color: rgb(201,30,2); }
td.TdClassName
{
border-color: #C91E02;
}
.TagClassName
{
border-color: #C91E02;
}
</style>