Html Css Color HEX #C94516 Harley Davidson Orange
📋 copy color: '#C94516'red 201 ◦ green 69 ◦ blue 22
Shades of Harley Davidson Orange #C94516
Tints of Harley Davidson Orange #C94516
RGB
CMYK
RGB Variations
Color information
#C94516 (or 0xC94516) is known color: Harley Davidson Orange. HEX triplet: C9, 45 and 16. RGB value is (201,69,22). Sum of RGB (Red+Green+Blue) = 201+69+22=292 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.84% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 201 - color contains mainly: red. Hex color #C94516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94516 is #36BAE9. Grayscale: #676767. Windows color (decimal): -3586794 or 1459657. OLE color: 1459657.
HSL color Cylindrical-coordinate representation of color #C94516: hue angle of 15.75º 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 #C94516 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 69 | 22 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.21 |
| HSL | 15.75º | 0.8% | 0.44% | - |
| HSV(B) | 15.75º | 0.89% | 0.79% | - |
| XYZ | 26.36 | 16.73 | 2.6 | - |
| YUV | 103.11 | 82.23 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 22 | 0 | 0.66 | 0.89 | 0.21 | 15.75 | 0.8 | 0.44 |
| Hex | C9 | 45 | 16 | 0 | 42 | 59 | 15 | 10 | 50 | 2C |
| Octal | 311 | 105 | 26 | 0 | 102 | 131 | 25 | 20 | 120 | 54 |
| Binary | 11001001 | 1000101 | 10110 | 0 | 1000010 | 1011001 | 10101 | 10000 | 1010000 | 101100 |
Color Harmonies of #C94516
Complementary color
Monochromatic Colors of #C94516
Black with #C94516
Text Example
Text Example
White with #C94516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94516; }
p { color: rgb(201,69,22); }
H1.HeaderClassName
{
color: #C94516;
}
.AnyTagClassName
{
color: #C94516;
}
</style>
background-color css
<style>
a { background-color: #C94516; }
a { background-color: rgb(201,69,22); }
div.DivClassName
{
background-color: #C94516;
}
.BgClassName
{
background-color: #C94516;
}
</style>
border-color css
<style>
span { border-color: #C94516; }
span { border-color: rgb(201,69,22); }
td.TdClassName
{
border-color: #C94516;
}
.TagClassName
{
border-color: #C94516;
}
</style>