Html Css Color HEX #C72211 Harley Davidson Orange
📋 copy color: '#C72211'red 199 ◦ green 34 ◦ blue 17
Shades of Harley Davidson Orange #C72211
Tints of Harley Davidson Orange #C72211
RGB
CMYK
RGB Variations
Color information
#C72211 (or 0xC72211) is known color: Harley Davidson Orange. HEX triplet: C7, 22 and 11. RGB value is (199,34,17). Sum of RGB (Red+Green+Blue) = 199+34+17=250 (33% of max value = 765). Red value is 199 (78.12% from 255 or 79.6% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 199 - color contains mainly: red. Hex color #C72211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72211 is #38DDEE. Grayscale: #515151. Windows color (decimal): -3726831 or 1123015. OLE color: 1123015.
HSL color Cylindrical-coordinate representation of color #C72211: hue angle of 5.6º 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 #C72211 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 34 | 17 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.22 |
| HSL | 5.6º | 0.84% | 0.42% | - |
| HSV(B) | 5.6º | 0.91% | 0.78% | - |
| XYZ | 24.23 | 13.33 | 1.83 | - |
| YUV | 81.4 | 91.66 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 34 | 17 | 0 | 0.83 | 0.91 | 0.22 | 5.6 | 0.84 | 0.42 |
| Hex | C7 | 22 | 11 | 0 | 53 | 5B | 16 | 6 | 54 | 2A |
| Octal | 307 | 42 | 21 | 0 | 123 | 133 | 26 | 6 | 124 | 52 |
| Binary | 11000111 | 100010 | 10001 | 0 | 1010011 | 1011011 | 10110 | 110 | 1010100 | 101010 |
Color Harmonies of #C72211
Complementary color
Monochromatic Colors of #C72211
Black with #C72211
Text Example
Text Example
White with #C72211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72211; }
p { color: rgb(199,34,17); }
H1.HeaderClassName
{
color: #C72211;
}
.AnyTagClassName
{
color: #C72211;
}
</style>
background-color css
<style>
a { background-color: #C72211; }
a { background-color: rgb(199,34,17); }
div.DivClassName
{
background-color: #C72211;
}
.BgClassName
{
background-color: #C72211;
}
</style>
border-color css
<style>
span { border-color: #C72211; }
span { border-color: rgb(199,34,17); }
td.TdClassName
{
border-color: #C72211;
}
.TagClassName
{
border-color: #C72211;
}
</style>