Html Css Color HEX #C92916 Harley Davidson Orange
📋 copy color: '#C92916'red 201 ◦ green 41 ◦ blue 22
Shades of Harley Davidson Orange #C92916
Tints of Harley Davidson Orange #C92916
RGB
CMYK
RGB Variations
Color information
#C92916 (or 0xC92916) is known color: Harley Davidson Orange. HEX triplet: C9, 29 and 16. RGB value is (201,41,22). Sum of RGB (Red+Green+Blue) = 201+41+22=264 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.14% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 201 - color contains mainly: red. Hex color #C92916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92916 is #36D6E9. Grayscale: #565656. Windows color (decimal): -3593962 or 1452489. OLE color: 1452489.
HSL color Cylindrical-coordinate representation of color #C92916: hue angle of 6.37º 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 #C92916 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 22 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.21 |
| HSL | 6.37º | 0.8% | 0.44% | - |
| HSV(B) | 6.37º | 0.89% | 0.79% | - |
| XYZ | 25.03 | 14.06 | 2.15 | - |
| YUV | 86.67 | 91.51 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 22 | 0 | 0.80 | 0.89 | 0.21 | 6.37 | 0.8 | 0.44 |
| Hex | C9 | 29 | 16 | 0 | 50 | 59 | 15 | 6 | 50 | 2C |
| Octal | 311 | 51 | 26 | 0 | 120 | 131 | 25 | 6 | 120 | 54 |
| Binary | 11001001 | 101001 | 10110 | 0 | 1010000 | 1011001 | 10101 | 110 | 1010000 | 101100 |
Color Harmonies of #C92916
Complementary color
Monochromatic Colors of #C92916
Black with #C92916
Text Example
Text Example
White with #C92916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92916; }
p { color: rgb(201,41,22); }
H1.HeaderClassName
{
color: #C92916;
}
.AnyTagClassName
{
color: #C92916;
}
</style>
background-color css
<style>
a { background-color: #C92916; }
a { background-color: rgb(201,41,22); }
div.DivClassName
{
background-color: #C92916;
}
.BgClassName
{
background-color: #C92916;
}
</style>
border-color css
<style>
span { border-color: #C92916; }
span { border-color: rgb(201,41,22); }
td.TdClassName
{
border-color: #C92916;
}
.TagClassName
{
border-color: #C92916;
}
</style>