Html Css Color HEX #C72510 Harley Davidson Orange
📋 copy color: '#C72510'red 199 ◦ green 37 ◦ blue 16
Shades of Harley Davidson Orange #C72510
Tints of Harley Davidson Orange #C72510
RGB
CMYK
RGB Variations
Color information
#C72510 (or 0xC72510) is known color: Harley Davidson Orange. HEX triplet: C7, 25 and 10. RGB value is (199,37,16). Sum of RGB (Red+Green+Blue) = 199+37+16=252 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.97% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 199 - color contains mainly: red. Hex color #C72510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72510 is #38DAEF. Grayscale: #535353. Windows color (decimal): -3726064 or 1058247. OLE color: 1058247.
HSL color Cylindrical-coordinate representation of color #C72510: hue angle of 6.89º 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 #C72510 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 37 | 16 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.22 |
| HSL | 6.89º | 0.85% | 0.42% | - |
| HSV(B) | 6.89º | 0.92% | 0.78% | - |
| XYZ | 24.31 | 13.5 | 1.82 | - |
| YUV | 83.04 | 90.17 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 16 | 0 | 0.81 | 0.92 | 0.22 | 6.89 | 0.85 | 0.42 |
| Hex | C7 | 25 | 10 | 0 | 51 | 5C | 16 | 7 | 55 | 2A |
| Octal | 307 | 45 | 20 | 0 | 121 | 134 | 26 | 7 | 125 | 52 |
| Binary | 11000111 | 100101 | 10000 | 0 | 1010001 | 1011100 | 10110 | 111 | 1010101 | 101010 |
Color Harmonies of #C72510
Complementary color
Monochromatic Colors of #C72510
Black with #C72510
Text Example
Text Example
White with #C72510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72510; }
p { color: rgb(199,37,16); }
H1.HeaderClassName
{
color: #C72510;
}
.AnyTagClassName
{
color: #C72510;
}
</style>
background-color css
<style>
a { background-color: #C72510; }
a { background-color: rgb(199,37,16); }
div.DivClassName
{
background-color: #C72510;
}
.BgClassName
{
background-color: #C72510;
}
</style>
border-color css
<style>
span { border-color: #C72510; }
span { border-color: rgb(199,37,16); }
td.TdClassName
{
border-color: #C72510;
}
.TagClassName
{
border-color: #C72510;
}
</style>