Html Css Color HEX #C73516 Harley Davidson Orange
📋 copy color: '#C73516'red 199 ◦ green 53 ◦ blue 22
Shades of Harley Davidson Orange #C73516
Tints of Harley Davidson Orange #C73516
RGB
CMYK
RGB Variations
Color information
#C73516 (or 0xC73516) is known color: Harley Davidson Orange. HEX triplet: C7, 35 and 16. RGB value is (199,53,22). Sum of RGB (Red+Green+Blue) = 199+53+22=274 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.63% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 199 - color contains mainly: red. Hex color #C73516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73516 is #38CAE9. Grayscale: #5D5D5D. Windows color (decimal): -3721962 or 1455559. OLE color: 1455559.
HSL color Cylindrical-coordinate representation of color #C73516: hue angle of 10.51º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C73516 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 53 | 22 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.22 |
| HSL | 10.51º | 0.8% | 0.43% | - |
| HSV(B) | 10.51º | 0.89% | 0.78% | - |
| XYZ | 24.97 | 14.75 | 2.29 | - |
| YUV | 93.12 | 87.87 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 53 | 22 | 0 | 0.73 | 0.89 | 0.22 | 10.51 | 0.8 | 0.43 |
| Hex | C7 | 35 | 16 | 0 | 49 | 59 | 16 | B | 50 | 2B |
| Octal | 307 | 65 | 26 | 0 | 111 | 131 | 26 | 13 | 120 | 53 |
| Binary | 11000111 | 110101 | 10110 | 0 | 1001001 | 1011001 | 10110 | 1011 | 1010000 | 101011 |
Color Harmonies of #C73516
Complementary color
Monochromatic Colors of #C73516
Black with #C73516
Text Example
Text Example
White with #C73516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73516; }
p { color: rgb(199,53,22); }
H1.HeaderClassName
{
color: #C73516;
}
.AnyTagClassName
{
color: #C73516;
}
</style>
background-color css
<style>
a { background-color: #C73516; }
a { background-color: rgb(199,53,22); }
div.DivClassName
{
background-color: #C73516;
}
.BgClassName
{
background-color: #C73516;
}
</style>
border-color css
<style>
span { border-color: #C73516; }
span { border-color: rgb(199,53,22); }
td.TdClassName
{
border-color: #C73516;
}
.TagClassName
{
border-color: #C73516;
}
</style>