Html Css Color HEX #C91E04 Harley Davidson Orange
📋 copy color: '#C91E04'red 201 ◦ green 30 ◦ blue 4
Shades of Harley Davidson Orange #C91E04
Tints of Harley Davidson Orange #C91E04
RGB
CMYK
RGB Variations
Color information
#C91E04 (or 0xC91E04) is known color: Harley Davidson Orange. HEX triplet: C9, 1E and 04. RGB value is (201,30,4). Sum of RGB (Red+Green+Blue) = 201+30+4=235 (31% of max value = 765). Red value is 201 (78.91% from 255 or 85.53% from 235); Green value is 30 (12.11% from 255 or 12.77% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 201 - color contains mainly: red. Hex color #C91E04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C91E04 is #36E1FB. Grayscale: #4E4E4E. Windows color (decimal): -3596796 or 270025. OLE color: 270025.
HSL color Cylindrical-coordinate representation of color #C91E04: hue angle of 7.92º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C91E04 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 30 | 4 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.21 |
| HSL | 7.92º | 0.96% | 0.4% | - |
| HSV(B) | 7.92º | 0.98% | 0.79% | - |
| XYZ | 24.57 | 13.35 | 1.4 | - |
| YUV | 78.17 | 86.15 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 30 | 4 | 0 | 0.85 | 0.98 | 0.21 | 7.92 | 0.96 | 0.4 |
| Hex | C9 | 1E | 4 | 0 | 55 | 62 | 15 | 8 | 60 | 28 |
| Octal | 311 | 36 | 4 | 0 | 125 | 142 | 25 | 10 | 140 | 50 |
| Binary | 11001001 | 11110 | 100 | 0 | 1010101 | 1100010 | 10101 | 1000 | 1100000 | 101000 |
Color Harmonies of #C91E04
Complementary color
Monochromatic Colors of #C91E04
Black with #C91E04
Text Example
Text Example
White with #C91E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91E04; }
p { color: rgb(201,30,4); }
H1.HeaderClassName
{
color: #C91E04;
}
.AnyTagClassName
{
color: #C91E04;
}
</style>
background-color css
<style>
a { background-color: #C91E04; }
a { background-color: rgb(201,30,4); }
div.DivClassName
{
background-color: #C91E04;
}
.BgClassName
{
background-color: #C91E04;
}
</style>
border-color css
<style>
span { border-color: #C91E04; }
span { border-color: rgb(201,30,4); }
td.TdClassName
{
border-color: #C91E04;
}
.TagClassName
{
border-color: #C91E04;
}
</style>