Html Css Color HEX #C92415 Harley Davidson Orange
📋 copy color: '#C92415'red 201 ◦ green 36 ◦ blue 21
Shades of Harley Davidson Orange #C92415
Tints of Harley Davidson Orange #C92415
RGB
CMYK
RGB Variations
Color information
#C92415 (or 0xC92415) is known color: Harley Davidson Orange. HEX triplet: C9, 24 and 15. RGB value is (201,36,21). Sum of RGB (Red+Green+Blue) = 201+36+21=258 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.91% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 201 - color contains mainly: red. Hex color #C92415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92415 is #36DBEA. Grayscale: #535353. Windows color (decimal): -3595243 or 1385673. OLE color: 1385673.
HSL color Cylindrical-coordinate representation of color #C92415: hue angle of 5º 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 #C92415 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 21 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.21 |
| HSL | 5º | 0.81% | 0.44% | - |
| HSV(B) | 5º | 0.9% | 0.79% | - |
| XYZ | 24.85 | 13.73 | 2.05 | - |
| YUV | 83.63 | 92.66 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 21 | 0 | 0.82 | 0.90 | 0.21 | 5 | 0.81 | 0.44 |
| Hex | C9 | 24 | 15 | 0 | 52 | 5A | 15 | 5 | 51 | 2C |
| Octal | 311 | 44 | 25 | 0 | 122 | 132 | 25 | 5 | 121 | 54 |
| Binary | 11001001 | 100100 | 10101 | 0 | 1010010 | 1011010 | 10101 | 101 | 1010001 | 101100 |
Color Harmonies of #C92415
Complementary color
Monochromatic Colors of #C92415
Black with #C92415
Text Example
Text Example
White with #C92415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92415; }
p { color: rgb(201,36,21); }
H1.HeaderClassName
{
color: #C92415;
}
.AnyTagClassName
{
color: #C92415;
}
</style>
background-color css
<style>
a { background-color: #C92415; }
a { background-color: rgb(201,36,21); }
div.DivClassName
{
background-color: #C92415;
}
.BgClassName
{
background-color: #C92415;
}
</style>
border-color css
<style>
span { border-color: #C92415; }
span { border-color: rgb(201,36,21); }
td.TdClassName
{
border-color: #C92415;
}
.TagClassName
{
border-color: #C92415;
}
</style>