Html Css Color HEX #C93916 Harley Davidson Orange
📋 copy color: '#C93916'red 201 ◦ green 57 ◦ blue 22
Shades of Harley Davidson Orange #C93916
Tints of Harley Davidson Orange #C93916
RGB
CMYK
RGB Variations
Color information
#C93916 (or 0xC93916) is known color: Harley Davidson Orange. HEX triplet: C9, 39 and 16. RGB value is (201,57,22). Sum of RGB (Red+Green+Blue) = 201+57+22=280 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.79% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 201 - color contains mainly: red. Hex color #C93916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93916 is #36C6E9. Grayscale: #606060. Windows color (decimal): -3589866 or 1456585. OLE color: 1456585.
HSL color Cylindrical-coordinate representation of color #C93916: hue angle of 11.73º 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 #C93916 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 57 | 22 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.21 |
| HSL | 11.73º | 0.8% | 0.44% | - |
| HSV(B) | 11.73º | 0.89% | 0.79% | - |
| XYZ | 25.7 | 15.4 | 2.38 | - |
| YUV | 96.07 | 86.21 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 57 | 22 | 0 | 0.72 | 0.89 | 0.21 | 11.73 | 0.8 | 0.44 |
| Hex | C9 | 39 | 16 | 0 | 48 | 59 | 15 | C | 50 | 2C |
| Octal | 311 | 71 | 26 | 0 | 110 | 131 | 25 | 14 | 120 | 54 |
| Binary | 11001001 | 111001 | 10110 | 0 | 1001000 | 1011001 | 10101 | 1100 | 1010000 | 101100 |
Color Harmonies of #C93916
Complementary color
Monochromatic Colors of #C93916
Black with #C93916
Text Example
Text Example
White with #C93916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93916; }
p { color: rgb(201,57,22); }
H1.HeaderClassName
{
color: #C93916;
}
.AnyTagClassName
{
color: #C93916;
}
</style>
background-color css
<style>
a { background-color: #C93916; }
a { background-color: rgb(201,57,22); }
div.DivClassName
{
background-color: #C93916;
}
.BgClassName
{
background-color: #C93916;
}
</style>
border-color css
<style>
span { border-color: #C93916; }
span { border-color: rgb(201,57,22); }
td.TdClassName
{
border-color: #C93916;
}
.TagClassName
{
border-color: #C93916;
}
</style>