Html Css Color HEX #C92616 Harley Davidson Orange
📋 copy color: '#C92616'red 201 ◦ green 38 ◦ blue 22
Shades of Harley Davidson Orange #C92616
Tints of Harley Davidson Orange #C92616
RGB
CMYK
RGB Variations
Color information
#C92616 (or 0xC92616) is known color: Harley Davidson Orange. HEX triplet: C9, 26 and 16. RGB value is (201,38,22). Sum of RGB (Red+Green+Blue) = 201+38+22=261 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.01% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 201 - color contains mainly: red. Hex color #C92616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92616 is #36D9E9. Grayscale: #555555. Windows color (decimal): -3594730 or 1451721. OLE color: 1451721.
HSL color Cylindrical-coordinate representation of color #C92616: hue angle of 5.36º 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 #C92616 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 38 | 22 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.21 |
| HSL | 5.36º | 0.8% | 0.44% | - |
| HSV(B) | 5.36º | 0.89% | 0.79% | - |
| XYZ | 24.93 | 13.86 | 2.12 | - |
| YUV | 84.91 | 92.5 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 22 | 0 | 0.81 | 0.89 | 0.21 | 5.36 | 0.8 | 0.44 |
| Hex | C9 | 26 | 16 | 0 | 51 | 59 | 15 | 5 | 50 | 2C |
| Octal | 311 | 46 | 26 | 0 | 121 | 131 | 25 | 5 | 120 | 54 |
| Binary | 11001001 | 100110 | 10110 | 0 | 1010001 | 1011001 | 10101 | 101 | 1010000 | 101100 |
Color Harmonies of #C92616
Complementary color
Monochromatic Colors of #C92616
Black with #C92616
Text Example
Text Example
White with #C92616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92616; }
p { color: rgb(201,38,22); }
H1.HeaderClassName
{
color: #C92616;
}
.AnyTagClassName
{
color: #C92616;
}
</style>
background-color css
<style>
a { background-color: #C92616; }
a { background-color: rgb(201,38,22); }
div.DivClassName
{
background-color: #C92616;
}
.BgClassName
{
background-color: #C92616;
}
</style>
border-color css
<style>
span { border-color: #C92616; }
span { border-color: rgb(201,38,22); }
td.TdClassName
{
border-color: #C92616;
}
.TagClassName
{
border-color: #C92616;
}
</style>