Html Css Color HEX #C72811 Harley Davidson Orange
📋 copy color: '#C72811'red 199 ◦ green 40 ◦ blue 17
Shades of Harley Davidson Orange #C72811
Tints of Harley Davidson Orange #C72811
RGB
CMYK
RGB Variations
Color information
#C72811 (or 0xC72811) is known color: Harley Davidson Orange. HEX triplet: C7, 28 and 11. RGB value is (199,40,17). Sum of RGB (Red+Green+Blue) = 199+40+17=256 (33% of max value = 765). Red value is 199 (78.12% from 255 or 77.73% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 199 - color contains mainly: red. Hex color #C72811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72811 is #38D7EE. Grayscale: #555555. Windows color (decimal): -3725295 or 1124551. OLE color: 1124551.
HSL color Cylindrical-coordinate representation of color #C72811: hue angle of 7.58º 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 #C72811 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 40 | 17 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.22 |
| HSL | 7.58º | 0.84% | 0.42% | - |
| HSV(B) | 7.58º | 0.91% | 0.78% | - |
| XYZ | 24.41 | 13.7 | 1.89 | - |
| YUV | 84.92 | 89.68 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 40 | 17 | 0 | 0.80 | 0.91 | 0.22 | 7.58 | 0.84 | 0.42 |
| Hex | C7 | 28 | 11 | 0 | 50 | 5B | 16 | 8 | 54 | 2A |
| Octal | 307 | 50 | 21 | 0 | 120 | 133 | 26 | 10 | 124 | 52 |
| Binary | 11000111 | 101000 | 10001 | 0 | 1010000 | 1011011 | 10110 | 1000 | 1010100 | 101010 |
Color Harmonies of #C72811
Complementary color
Monochromatic Colors of #C72811
Black with #C72811
Text Example
Text Example
White with #C72811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72811; }
p { color: rgb(199,40,17); }
H1.HeaderClassName
{
color: #C72811;
}
.AnyTagClassName
{
color: #C72811;
}
</style>
background-color css
<style>
a { background-color: #C72811; }
a { background-color: rgb(199,40,17); }
div.DivClassName
{
background-color: #C72811;
}
.BgClassName
{
background-color: #C72811;
}
</style>
border-color css
<style>
span { border-color: #C72811; }
span { border-color: rgb(199,40,17); }
td.TdClassName
{
border-color: #C72811;
}
.TagClassName
{
border-color: #C72811;
}
</style>