Html Css Color HEX #C72411 Harley Davidson Orange
📋 copy color: '#C72411'red 199 ◦ green 36 ◦ blue 17
Shades of Harley Davidson Orange #C72411
Tints of Harley Davidson Orange #C72411
RGB
CMYK
RGB Variations
Color information
#C72411 (or 0xC72411) is known color: Harley Davidson Orange. HEX triplet: C7, 24 and 11. RGB value is (199,36,17). Sum of RGB (Red+Green+Blue) = 199+36+17=252 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.97% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 199 - color contains mainly: red. Hex color #C72411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72411 is #38DBEE. Grayscale: #525252. Windows color (decimal): -3726319 or 1123527. OLE color: 1123527.
HSL color Cylindrical-coordinate representation of color #C72411: hue angle of 6.26º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C72411 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 36 | 17 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.22 |
| HSL | 6.26º | 0.84% | 0.42% | - |
| HSV(B) | 6.26º | 0.91% | 0.78% | - |
| XYZ | 24.29 | 13.44 | 1.85 | - |
| YUV | 82.57 | 91 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 17 | 0 | 0.82 | 0.91 | 0.22 | 6.26 | 0.84 | 0.42 |
| Hex | C7 | 24 | 11 | 0 | 52 | 5B | 16 | 6 | 54 | 2A |
| Octal | 307 | 44 | 21 | 0 | 122 | 133 | 26 | 6 | 124 | 52 |
| Binary | 11000111 | 100100 | 10001 | 0 | 1010010 | 1011011 | 10110 | 110 | 1010100 | 101010 |
Color Harmonies of #C72411
Complementary color
Monochromatic Colors of #C72411
Black with #C72411
Text Example
Text Example
White with #C72411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72411; }
p { color: rgb(199,36,17); }
H1.HeaderClassName
{
color: #C72411;
}
.AnyTagClassName
{
color: #C72411;
}
</style>
background-color css
<style>
a { background-color: #C72411; }
a { background-color: rgb(199,36,17); }
div.DivClassName
{
background-color: #C72411;
}
.BgClassName
{
background-color: #C72411;
}
</style>
border-color css
<style>
span { border-color: #C72411; }
span { border-color: rgb(199,36,17); }
td.TdClassName
{
border-color: #C72411;
}
.TagClassName
{
border-color: #C72411;
}
</style>