Html Css Color HEX #C72511 Harley Davidson Orange
📋 copy color: '#C72511'red 199 ◦ green 37 ◦ blue 17
Shades of Harley Davidson Orange #C72511
Tints of Harley Davidson Orange #C72511
RGB
CMYK
RGB Variations
Color information
#C72511 (or 0xC72511) is known color: Harley Davidson Orange. HEX triplet: C7, 25 and 11. RGB value is (199,37,17). Sum of RGB (Red+Green+Blue) = 199+37+17=253 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.66% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 199 - color contains mainly: red. Hex color #C72511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72511 is #38DAEE. Grayscale: #535353. Windows color (decimal): -3726063 or 1123783. OLE color: 1123783.
HSL color Cylindrical-coordinate representation of color #C72511: hue angle of 6.59º 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 #C72511 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 37 | 17 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.22 |
| HSL | 6.59º | 0.84% | 0.42% | - |
| HSV(B) | 6.59º | 0.91% | 0.78% | - |
| XYZ | 24.32 | 13.51 | 1.86 | - |
| YUV | 83.16 | 90.67 | 210.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 17 | 0 | 0.81 | 0.91 | 0.22 | 6.59 | 0.84 | 0.42 |
| Hex | C7 | 25 | 11 | 0 | 51 | 5B | 16 | 7 | 54 | 2A |
| Octal | 307 | 45 | 21 | 0 | 121 | 133 | 26 | 7 | 124 | 52 |
| Binary | 11000111 | 100101 | 10001 | 0 | 1010001 | 1011011 | 10110 | 111 | 1010100 | 101010 |
Color Harmonies of #C72511
Complementary color
Monochromatic Colors of #C72511
Black with #C72511
Text Example
Text Example
White with #C72511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72511; }
p { color: rgb(199,37,17); }
H1.HeaderClassName
{
color: #C72511;
}
.AnyTagClassName
{
color: #C72511;
}
</style>
background-color css
<style>
a { background-color: #C72511; }
a { background-color: rgb(199,37,17); }
div.DivClassName
{
background-color: #C72511;
}
.BgClassName
{
background-color: #C72511;
}
</style>
border-color css
<style>
span { border-color: #C72511; }
span { border-color: rgb(199,37,17); }
td.TdClassName
{
border-color: #C72511;
}
.TagClassName
{
border-color: #C72511;
}
</style>