Html Css Color HEX #C94616 Harley Davidson Orange
📋 copy color: '#C94616'red 201 ◦ green 70 ◦ blue 22
Shades of Harley Davidson Orange #C94616
Tints of Harley Davidson Orange #C94616
RGB
CMYK
RGB Variations
Color information
#C94616 (or 0xC94616) is known color: Harley Davidson Orange. HEX triplet: C9, 46 and 16. RGB value is (201,70,22). Sum of RGB (Red+Green+Blue) = 201+70+22=293 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.60% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 201 - color contains mainly: red. Hex color #C94616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94616 is #36B9E9. Grayscale: #686868. Windows color (decimal): -3586538 or 1459913. OLE color: 1459913.
HSL color Cylindrical-coordinate representation of color #C94616: hue angle of 16.09º 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 #C94616 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 70 | 22 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.21 |
| HSL | 16.09º | 0.8% | 0.44% | - |
| HSV(B) | 16.09º | 0.89% | 0.79% | - |
| XYZ | 26.42 | 16.86 | 2.62 | - |
| YUV | 103.7 | 81.9 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 22 | 0 | 0.65 | 0.89 | 0.21 | 16.09 | 0.8 | 0.44 |
| Hex | C9 | 46 | 16 | 0 | 41 | 59 | 15 | 10 | 50 | 2C |
| Octal | 311 | 106 | 26 | 0 | 101 | 131 | 25 | 20 | 120 | 54 |
| Binary | 11001001 | 1000110 | 10110 | 0 | 1000001 | 1011001 | 10101 | 10000 | 1010000 | 101100 |
Color Harmonies of #C94616
Complementary color
Monochromatic Colors of #C94616
Black with #C94616
Text Example
Text Example
White with #C94616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94616; }
p { color: rgb(201,70,22); }
H1.HeaderClassName
{
color: #C94616;
}
.AnyTagClassName
{
color: #C94616;
}
</style>
background-color css
<style>
a { background-color: #C94616; }
a { background-color: rgb(201,70,22); }
div.DivClassName
{
background-color: #C94616;
}
.BgClassName
{
background-color: #C94616;
}
</style>
border-color css
<style>
span { border-color: #C94616; }
span { border-color: rgb(201,70,22); }
td.TdClassName
{
border-color: #C94616;
}
.TagClassName
{
border-color: #C94616;
}
</style>