Html Css Color HEX #C72110 Harley Davidson Orange
📋 copy color: '#C72110'red 199 ◦ green 33 ◦ blue 16
Shades of Harley Davidson Orange #C72110
Tints of Harley Davidson Orange #C72110
RGB
CMYK
RGB Variations
Color information
#C72110 (or 0xC72110) is known color: Harley Davidson Orange. HEX triplet: C7, 21 and 10. RGB value is (199,33,16). Sum of RGB (Red+Green+Blue) = 199+33+16=248 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.24% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 199 - color contains mainly: red. Hex color #C72110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72110 is #38DEEF. Grayscale: #505050. Windows color (decimal): -3727088 or 1057223. OLE color: 1057223.
HSL color Cylindrical-coordinate representation of color #C72110: hue angle of 5.57º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C72110 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 33 | 16 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.22 |
| HSL | 5.57º | 0.85% | 0.42% | - |
| HSV(B) | 5.57º | 0.92% | 0.78% | - |
| XYZ | 24.19 | 13.27 | 1.78 | - |
| YUV | 80.7 | 91.5 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 33 | 16 | 0 | 0.83 | 0.92 | 0.22 | 5.57 | 0.85 | 0.42 |
| Hex | C7 | 21 | 10 | 0 | 53 | 5C | 16 | 6 | 55 | 2A |
| Octal | 307 | 41 | 20 | 0 | 123 | 134 | 26 | 6 | 125 | 52 |
| Binary | 11000111 | 100001 | 10000 | 0 | 1010011 | 1011100 | 10110 | 110 | 1010101 | 101010 |
Color Harmonies of #C72110
Complementary color
Monochromatic Colors of #C72110
Black with #C72110
Text Example
Text Example
White with #C72110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72110; }
p { color: rgb(199,33,16); }
H1.HeaderClassName
{
color: #C72110;
}
.AnyTagClassName
{
color: #C72110;
}
</style>
background-color css
<style>
a { background-color: #C72110; }
a { background-color: rgb(199,33,16); }
div.DivClassName
{
background-color: #C72110;
}
.BgClassName
{
background-color: #C72110;
}
</style>
border-color css
<style>
span { border-color: #C72110; }
span { border-color: rgb(199,33,16); }
td.TdClassName
{
border-color: #C72110;
}
.TagClassName
{
border-color: #C72110;
}
</style>