Html Css Color HEX #C72E17 Harley Davidson Orange
📋 copy color: '#C72E17'red 199 ◦ green 46 ◦ blue 23
Shades of Harley Davidson Orange #C72E17
Tints of Harley Davidson Orange #C72E17
RGB
CMYK
RGB Variations
Color information
#C72E17 (or 0xC72E17) is known color: Harley Davidson Orange. HEX triplet: C7, 2E and 17. RGB value is (199,46,23). Sum of RGB (Red+Green+Blue) = 199+46+23=268 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.25% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 199 - color contains mainly: red. Hex color #C72E17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72E17 is #38D1E8. Grayscale: #595959. Windows color (decimal): -3723753 or 1519303. OLE color: 1519303.
HSL color Cylindrical-coordinate representation of color #C72E17: hue angle of 7.84º 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 #C72E17 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 46 | 23 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.22 |
| HSL | 7.84º | 0.79% | 0.44% | - |
| HSV(B) | 7.84º | 0.88% | 0.78% | - |
| XYZ | 24.68 | 14.16 | 2.24 | - |
| YUV | 89.13 | 90.69 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 46 | 23 | 0 | 0.77 | 0.88 | 0.22 | 7.84 | 0.79 | 0.44 |
| Hex | C7 | 2E | 17 | 0 | 4D | 58 | 16 | 8 | 4F | 2C |
| Octal | 307 | 56 | 27 | 0 | 115 | 130 | 26 | 10 | 117 | 54 |
| Binary | 11000111 | 101110 | 10111 | 0 | 1001101 | 1011000 | 10110 | 1000 | 1001111 | 101100 |
Color Harmonies of #C72E17
Complementary color
Monochromatic Colors of #C72E17
Black with #C72E17
Text Example
Text Example
White with #C72E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72E17; }
p { color: rgb(199,46,23); }
H1.HeaderClassName
{
color: #C72E17;
}
.AnyTagClassName
{
color: #C72E17;
}
</style>
background-color css
<style>
a { background-color: #C72E17; }
a { background-color: rgb(199,46,23); }
div.DivClassName
{
background-color: #C72E17;
}
.BgClassName
{
background-color: #C72E17;
}
</style>
border-color css
<style>
span { border-color: #C72E17; }
span { border-color: rgb(199,46,23); }
td.TdClassName
{
border-color: #C72E17;
}
.TagClassName
{
border-color: #C72E17;
}
</style>