Html Css Color HEX #C72010 Harley Davidson Orange
📋 copy color: '#C72010'red 199 ◦ green 32 ◦ blue 16
Shades of Harley Davidson Orange #C72010
Tints of Harley Davidson Orange #C72010
RGB
CMYK
RGB Variations
Color information
#C72010 (or 0xC72010) is known color: Harley Davidson Orange. HEX triplet: C7, 20 and 10. RGB value is (199,32,16). Sum of RGB (Red+Green+Blue) = 199+32+16=247 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.57% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 199 - color contains mainly: red. Hex color #C72010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72010 is #38DFEF. Grayscale: #505050. Windows color (decimal): -3727344 or 1056967. OLE color: 1056967.
HSL color Cylindrical-coordinate representation of color #C72010: hue angle of 5.25º 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 #C72010 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 16 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.22 |
| HSL | 5.25º | 0.85% | 0.42% | - |
| HSV(B) | 5.25º | 0.92% | 0.78% | - |
| XYZ | 24.16 | 13.21 | 1.77 | - |
| YUV | 80.11 | 91.83 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 16 | 0 | 0.84 | 0.92 | 0.22 | 5.25 | 0.85 | 0.42 |
| Hex | C7 | 20 | 10 | 0 | 54 | 5C | 16 | 5 | 55 | 2A |
| Octal | 307 | 40 | 20 | 0 | 124 | 134 | 26 | 5 | 125 | 52 |
| Binary | 11000111 | 100000 | 10000 | 0 | 1010100 | 1011100 | 10110 | 101 | 1010101 | 101010 |
Color Harmonies of #C72010
Complementary color
Monochromatic Colors of #C72010
Black with #C72010
Text Example
Text Example
White with #C72010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72010; }
p { color: rgb(199,32,16); }
H1.HeaderClassName
{
color: #C72010;
}
.AnyTagClassName
{
color: #C72010;
}
</style>
background-color css
<style>
a { background-color: #C72010; }
a { background-color: rgb(199,32,16); }
div.DivClassName
{
background-color: #C72010;
}
.BgClassName
{
background-color: #C72010;
}
</style>
border-color css
<style>
span { border-color: #C72010; }
span { border-color: rgb(199,32,16); }
td.TdClassName
{
border-color: #C72010;
}
.TagClassName
{
border-color: #C72010;
}
</style>