Html Css Color HEX #C92516 Harley Davidson Orange
📋 copy color: '#C92516'red 201 ◦ green 37 ◦ blue 22
Shades of Harley Davidson Orange #C92516
Tints of Harley Davidson Orange #C92516
RGB
CMYK
RGB Variations
Color information
#C92516 (or 0xC92516) is known color: Harley Davidson Orange. HEX triplet: C9, 25 and 16. RGB value is (201,37,22). Sum of RGB (Red+Green+Blue) = 201+37+22=260 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.31% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 201 - color contains mainly: red. Hex color #C92516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92516 is #36DAE9. Grayscale: #545454. Windows color (decimal): -3594986 or 1451465. OLE color: 1451465.
HSL color Cylindrical-coordinate representation of color #C92516: hue angle of 5.03º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C92516 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 37 | 22 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.21 |
| HSL | 5.03º | 0.8% | 0.44% | - |
| HSV(B) | 5.03º | 0.89% | 0.79% | - |
| XYZ | 24.89 | 13.8 | 2.11 | - |
| YUV | 84.33 | 92.83 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 37 | 22 | 0 | 0.82 | 0.89 | 0.21 | 5.03 | 0.8 | 0.44 |
| Hex | C9 | 25 | 16 | 0 | 52 | 59 | 15 | 5 | 50 | 2C |
| Octal | 311 | 45 | 26 | 0 | 122 | 131 | 25 | 5 | 120 | 54 |
| Binary | 11001001 | 100101 | 10110 | 0 | 1010010 | 1011001 | 10101 | 101 | 1010000 | 101100 |
Color Harmonies of #C92516
Complementary color
Monochromatic Colors of #C92516
Black with #C92516
Text Example
Text Example
White with #C92516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92516; }
p { color: rgb(201,37,22); }
H1.HeaderClassName
{
color: #C92516;
}
.AnyTagClassName
{
color: #C92516;
}
</style>
background-color css
<style>
a { background-color: #C92516; }
a { background-color: rgb(201,37,22); }
div.DivClassName
{
background-color: #C92516;
}
.BgClassName
{
background-color: #C92516;
}
</style>
border-color css
<style>
span { border-color: #C92516; }
span { border-color: rgb(201,37,22); }
td.TdClassName
{
border-color: #C92516;
}
.TagClassName
{
border-color: #C92516;
}
</style>