Html Css Color HEX #C73716 Harley Davidson Orange
📋 copy color: '#C73716'red 199 ◦ green 55 ◦ blue 22
Shades of Harley Davidson Orange #C73716
Tints of Harley Davidson Orange #C73716
RGB
CMYK
RGB Variations
Color information
#C73716 (or 0xC73716) is known color: Harley Davidson Orange. HEX triplet: C7, 37 and 16. RGB value is (199,55,22). Sum of RGB (Red+Green+Blue) = 199+55+22=276 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.10% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 199 - color contains mainly: red. Hex color #C73716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73716 is #38C8E9. Grayscale: #5E5E5E. Windows color (decimal): -3721450 or 1456071. OLE color: 1456071.
HSL color Cylindrical-coordinate representation of color #C73716: hue angle of 11.19º 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 #C73716 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 55 | 22 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.22 |
| HSL | 11.19º | 0.8% | 0.43% | - |
| HSV(B) | 11.19º | 0.89% | 0.78% | - |
| XYZ | 25.06 | 14.93 | 2.32 | - |
| YUV | 94.29 | 87.21 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 55 | 22 | 0 | 0.72 | 0.89 | 0.22 | 11.19 | 0.8 | 0.43 |
| Hex | C7 | 37 | 16 | 0 | 48 | 59 | 16 | B | 50 | 2B |
| Octal | 307 | 67 | 26 | 0 | 110 | 131 | 26 | 13 | 120 | 53 |
| Binary | 11000111 | 110111 | 10110 | 0 | 1001000 | 1011001 | 10110 | 1011 | 1010000 | 101011 |
Color Harmonies of #C73716
Complementary color
Monochromatic Colors of #C73716
Black with #C73716
Text Example
Text Example
White with #C73716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73716; }
p { color: rgb(199,55,22); }
H1.HeaderClassName
{
color: #C73716;
}
.AnyTagClassName
{
color: #C73716;
}
</style>
background-color css
<style>
a { background-color: #C73716; }
a { background-color: rgb(199,55,22); }
div.DivClassName
{
background-color: #C73716;
}
.BgClassName
{
background-color: #C73716;
}
</style>
border-color css
<style>
span { border-color: #C73716; }
span { border-color: rgb(199,55,22); }
td.TdClassName
{
border-color: #C73716;
}
.TagClassName
{
border-color: #C73716;
}
</style>