Html Css Color HEX #C72D00 Harley Davidson Orange
📋 copy color: '#C72D00'red 199 ◦ green 45 ◦ blue 0
Shades of Harley Davidson Orange #C72D00
Tints of Harley Davidson Orange #C72D00
RGB
CMYK
RGB Variations
Color information
#C72D00 (or 0xC72D00) is known color: Harley Davidson Orange. HEX triplet: C7, 2D and 00. RGB value is (199,45,0). Sum of RGB (Red+Green+Blue) = 199+45+0=244 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.56% from 244); Green value is 45 (17.97% from 255 or 18.44% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 199 - color contains mainly: red. Hex color #C72D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72D00 is #38D2FF. Grayscale: #565656. Windows color (decimal): -3724032 or 11719. OLE color: 11719.
HSL color Cylindrical-coordinate representation of color #C72D00: hue angle of 13.57º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C72D00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 45 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.22 |
| HSL | 13.57º | 1% | 0.39% | - |
| HSV(B) | 13.57º | 1% | 0.78% | - |
| XYZ | 24.49 | 14.02 | 1.42 | - |
| YUV | 85.92 | 79.52 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 45 | 0 | 0 | 0.77 | 1 | 0.22 | 13.57 | 1 | 0.39 |
| Hex | C7 | 2D | 0 | 0 | 4D | 64 | 16 | E | 64 | 27 |
| Octal | 307 | 55 | 0 | 0 | 115 | 144 | 26 | 16 | 144 | 47 |
| Binary | 11000111 | 101101 | 0 | 0 | 1001101 | 1100100 | 10110 | 1110 | 1100100 | 100111 |
Color Harmonies of #C72D00
Complementary color
Monochromatic Colors of #C72D00
Black with #C72D00
Text Example
Text Example
White with #C72D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72D00; }
p { color: rgb(199,45,0); }
H1.HeaderClassName
{
color: #C72D00;
}
.AnyTagClassName
{
color: #C72D00;
}
</style>
background-color css
<style>
a { background-color: #C72D00; }
a { background-color: rgb(199,45,0); }
div.DivClassName
{
background-color: #C72D00;
}
.BgClassName
{
background-color: #C72D00;
}
</style>
border-color css
<style>
span { border-color: #C72D00; }
span { border-color: rgb(199,45,0); }
td.TdClassName
{
border-color: #C72D00;
}
.TagClassName
{
border-color: #C72D00;
}
</style>