Html Css Color HEX #C91E15 Harley Davidson Orange
📋 copy color: '#C91E15'red 201 ◦ green 30 ◦ blue 21
Shades of Harley Davidson Orange #C91E15
Tints of Harley Davidson Orange #C91E15
RGB
CMYK
RGB Variations
Color information
#C91E15 (or 0xC91E15) is known color: Harley Davidson Orange. HEX triplet: C9, 1E and 15. RGB value is (201,30,21). Sum of RGB (Red+Green+Blue) = 201+30+21=252 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.76% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 201 - color contains mainly: red. Hex color #C91E15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C91E15 is #36E1EA. Grayscale: #505050. Windows color (decimal): -3596779 or 1384137. OLE color: 1384137.
HSL color Cylindrical-coordinate representation of color #C91E15: hue angle of 3º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C91E15 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 30 | 21 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.21 |
| HSL | 3º | 0.81% | 0.44% | - |
| HSV(B) | 3º | 0.9% | 0.79% | - |
| XYZ | 24.69 | 13.4 | 1.99 | - |
| YUV | 80.1 | 94.65 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 30 | 21 | 0 | 0.85 | 0.90 | 0.21 | 3 | 0.81 | 0.44 |
| Hex | C9 | 1E | 15 | 0 | 55 | 5A | 15 | 3 | 51 | 2C |
| Octal | 311 | 36 | 25 | 0 | 125 | 132 | 25 | 3 | 121 | 54 |
| Binary | 11001001 | 11110 | 10101 | 0 | 1010101 | 1011010 | 10101 | 11 | 1010001 | 101100 |
Color Harmonies of #C91E15
Complementary color
Monochromatic Colors of #C91E15
Black with #C91E15
Text Example
Text Example
White with #C91E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91E15; }
p { color: rgb(201,30,21); }
H1.HeaderClassName
{
color: #C91E15;
}
.AnyTagClassName
{
color: #C91E15;
}
</style>
background-color css
<style>
a { background-color: #C91E15; }
a { background-color: rgb(201,30,21); }
div.DivClassName
{
background-color: #C91E15;
}
.BgClassName
{
background-color: #C91E15;
}
</style>
border-color css
<style>
span { border-color: #C91E15; }
span { border-color: rgb(201,30,21); }
td.TdClassName
{
border-color: #C91E15;
}
.TagClassName
{
border-color: #C91E15;
}
</style>