Html Css Color HEX #C93516 Harley Davidson Orange
📋 copy color: '#C93516'red 201 ◦ green 53 ◦ blue 22
Shades of Harley Davidson Orange #C93516
Tints of Harley Davidson Orange #C93516
RGB
CMYK
RGB Variations
Color information
#C93516 (or 0xC93516) is known color: Harley Davidson Orange. HEX triplet: C9, 35 and 16. RGB value is (201,53,22). Sum of RGB (Red+Green+Blue) = 201+53+22=276 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.83% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 201 - color contains mainly: red. Hex color #C93516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93516 is #36CAE9. Grayscale: #5D5D5D. Windows color (decimal): -3590890 or 1455561. OLE color: 1455561.
HSL color Cylindrical-coordinate representation of color #C93516: hue angle of 10.39º 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 #C93516 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 22 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.21 |
| HSL | 10.39º | 0.8% | 0.44% | - |
| HSV(B) | 10.39º | 0.89% | 0.79% | - |
| XYZ | 25.51 | 15.02 | 2.31 | - |
| YUV | 93.72 | 87.53 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 22 | 0 | 0.74 | 0.89 | 0.21 | 10.39 | 0.8 | 0.44 |
| Hex | C9 | 35 | 16 | 0 | 4A | 59 | 15 | A | 50 | 2C |
| Octal | 311 | 65 | 26 | 0 | 112 | 131 | 25 | 12 | 120 | 54 |
| Binary | 11001001 | 110101 | 10110 | 0 | 1001010 | 1011001 | 10101 | 1010 | 1010000 | 101100 |
Color Harmonies of #C93516
Complementary color
Monochromatic Colors of #C93516
Black with #C93516
Text Example
Text Example
White with #C93516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93516; }
p { color: rgb(201,53,22); }
H1.HeaderClassName
{
color: #C93516;
}
.AnyTagClassName
{
color: #C93516;
}
</style>
background-color css
<style>
a { background-color: #C93516; }
a { background-color: rgb(201,53,22); }
div.DivClassName
{
background-color: #C93516;
}
.BgClassName
{
background-color: #C93516;
}
</style>
border-color css
<style>
span { border-color: #C93516; }
span { border-color: rgb(201,53,22); }
td.TdClassName
{
border-color: #C93516;
}
.TagClassName
{
border-color: #C93516;
}
</style>