Html Css Color HEX #C92119 Harley Davidson Orange
📋 copy color: '#C92119'red 201 ◦ green 33 ◦ blue 25
Shades of Harley Davidson Orange #C92119
Tints of Harley Davidson Orange #C92119
RGB
CMYK
RGB Variations
Color information
#C92119 (or 0xC92119) is known color: Harley Davidson Orange. HEX triplet: C9, 21 and 19. RGB value is (201,33,25). Sum of RGB (Red+Green+Blue) = 201+33+25=259 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.61% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 201 - color contains mainly: red. Hex color #C92119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92119 is #36DEE6. Grayscale: #525252. Windows color (decimal): -3596007 or 1647049. OLE color: 1647049.
HSL color Cylindrical-coordinate representation of color #C92119: hue angle of 2.73º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C92119 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 25 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.21 |
| HSL | 2.73º | 0.78% | 0.44% | - |
| HSV(B) | 2.73º | 0.88% | 0.79% | - |
| XYZ | 24.81 | 13.58 | 2.23 | - |
| YUV | 82.32 | 95.66 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 25 | 0 | 0.84 | 0.88 | 0.21 | 2.73 | 0.78 | 0.44 |
| Hex | C9 | 21 | 19 | 0 | 54 | 58 | 15 | 3 | 4E | 2C |
| Octal | 311 | 41 | 31 | 0 | 124 | 130 | 25 | 3 | 116 | 54 |
| Binary | 11001001 | 100001 | 11001 | 0 | 1010100 | 1011000 | 10101 | 11 | 1001110 | 101100 |
Color Harmonies of #C92119
Complementary color
Monochromatic Colors of #C92119
Black with #C92119
Text Example
Text Example
White with #C92119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92119; }
p { color: rgb(201,33,25); }
H1.HeaderClassName
{
color: #C92119;
}
.AnyTagClassName
{
color: #C92119;
}
</style>
background-color css
<style>
a { background-color: #C92119; }
a { background-color: rgb(201,33,25); }
div.DivClassName
{
background-color: #C92119;
}
.BgClassName
{
background-color: #C92119;
}
</style>
border-color css
<style>
span { border-color: #C92119; }
span { border-color: rgb(201,33,25); }
td.TdClassName
{
border-color: #C92119;
}
.TagClassName
{
border-color: #C92119;
}
</style>