Html Css Color HEX #C72117 Harley Davidson Orange
📋 copy color: '#C72117'red 199 ◦ green 33 ◦ blue 23
Shades of Harley Davidson Orange #C72117
Tints of Harley Davidson Orange #C72117
RGB
CMYK
RGB Variations
Color information
#C72117 (or 0xC72117) is known color: Harley Davidson Orange. HEX triplet: C7, 21 and 17. RGB value is (199,33,23). Sum of RGB (Red+Green+Blue) = 199+33+23=255 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.04% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 23 (9.38% from 255 or 9.02% from 255); Max value from RGB is 199 - color contains mainly: red. Hex color #C72117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72117 is #38DEE8. Grayscale: #515151. Windows color (decimal): -3727081 or 1515975. OLE color: 1515975.
HSL color Cylindrical-coordinate representation of color #C72117: hue angle of 3.41º 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 #C72117 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 33 | 23 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.22 |
| HSL | 3.41º | 0.79% | 0.44% | - |
| HSV(B) | 3.41º | 0.88% | 0.78% | - |
| XYZ | 24.25 | 13.29 | 2.1 | - |
| YUV | 81.49 | 95 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 33 | 23 | 0 | 0.83 | 0.88 | 0.22 | 3.41 | 0.79 | 0.44 |
| Hex | C7 | 21 | 17 | 0 | 53 | 58 | 16 | 3 | 4F | 2C |
| Octal | 307 | 41 | 27 | 0 | 123 | 130 | 26 | 3 | 117 | 54 |
| Binary | 11000111 | 100001 | 10111 | 0 | 1010011 | 1011000 | 10110 | 11 | 1001111 | 101100 |
Color Harmonies of #C72117
Complementary color
Monochromatic Colors of #C72117
Black with #C72117
Text Example
Text Example
White with #C72117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72117; }
p { color: rgb(199,33,23); }
H1.HeaderClassName
{
color: #C72117;
}
.AnyTagClassName
{
color: #C72117;
}
</style>
background-color css
<style>
a { background-color: #C72117; }
a { background-color: rgb(199,33,23); }
div.DivClassName
{
background-color: #C72117;
}
.BgClassName
{
background-color: #C72117;
}
</style>
border-color css
<style>
span { border-color: #C72117; }
span { border-color: rgb(199,33,23); }
td.TdClassName
{
border-color: #C72117;
}
.TagClassName
{
border-color: #C72117;
}
</style>