Html Css Color HEX #C72017 Harley Davidson Orange
📋 copy color: '#C72017'red 199 ◦ green 32 ◦ blue 23
Shades of Harley Davidson Orange #C72017
Tints of Harley Davidson Orange #C72017
RGB
CMYK
RGB Variations
Color information
#C72017 (or 0xC72017) is known color: Harley Davidson Orange. HEX triplet: C7, 20 and 17. RGB value is (199,32,23). Sum of RGB (Red+Green+Blue) = 199+32+23=254 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.35% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 23 (9.38% from 255 or 9.06% from 254); Max value from RGB is 199 - color contains mainly: red. Hex color #C72017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72017 is #38DFE8. Grayscale: #515151. Windows color (decimal): -3727337 or 1515719. OLE color: 1515719.
HSL color Cylindrical-coordinate representation of color #C72017: hue angle of 3.07º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C72017 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 23 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.22 |
| HSL | 3.07º | 0.79% | 0.44% | - |
| HSV(B) | 3.07º | 0.88% | 0.78% | - |
| XYZ | 24.22 | 13.24 | 2.09 | - |
| YUV | 80.91 | 95.33 | 212.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 23 | 0 | 0.84 | 0.88 | 0.22 | 3.07 | 0.79 | 0.44 |
| Hex | C7 | 20 | 17 | 0 | 54 | 58 | 16 | 3 | 4F | 2C |
| Octal | 307 | 40 | 27 | 0 | 124 | 130 | 26 | 3 | 117 | 54 |
| Binary | 11000111 | 100000 | 10111 | 0 | 1010100 | 1011000 | 10110 | 11 | 1001111 | 101100 |
Color Harmonies of #C72017
Complementary color
Monochromatic Colors of #C72017
Black with #C72017
Text Example
Text Example
White with #C72017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72017; }
p { color: rgb(199,32,23); }
H1.HeaderClassName
{
color: #C72017;
}
.AnyTagClassName
{
color: #C72017;
}
</style>
background-color css
<style>
a { background-color: #C72017; }
a { background-color: rgb(199,32,23); }
div.DivClassName
{
background-color: #C72017;
}
.BgClassName
{
background-color: #C72017;
}
</style>
border-color css
<style>
span { border-color: #C72017; }
span { border-color: rgb(199,32,23); }
td.TdClassName
{
border-color: #C72017;
}
.TagClassName
{
border-color: #C72017;
}
</style>