Html Css Color HEX #C72C0B Harley Davidson Orange
📋 copy color: '#C72C0B'red 199 ◦ green 44 ◦ blue 11
Shades of Harley Davidson Orange #C72C0B
Tints of Harley Davidson Orange #C72C0B
RGB
CMYK
RGB Variations
Color information
#C72C0B (or 0xC72C0B) is known color: Harley Davidson Orange. HEX triplet: C7, 2C and 0B. RGB value is (199,44,11). Sum of RGB (Red+Green+Blue) = 199+44+11=254 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.35% from 254); Green value is 44 (17.58% from 255 or 17.32% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 199 - color contains mainly: red. Hex color #C72C0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72C0B is #38D3F4. Grayscale: #565656. Windows color (decimal): -3724277 or 732359. OLE color: 732359.
HSL color Cylindrical-coordinate representation of color #C72C0B: hue angle of 10.53º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C72C0B is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 44 | 11 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.22 |
| HSL | 10.53º | 0.9% | 0.41% | - |
| HSV(B) | 10.53º | 0.94% | 0.78% | - |
| XYZ | 24.51 | 13.97 | 1.72 | - |
| YUV | 86.58 | 85.35 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 44 | 11 | 0 | 0.78 | 0.94 | 0.22 | 10.53 | 0.9 | 0.41 |
| Hex | C7 | 2C | B | 0 | 4E | 5E | 16 | B | 5A | 29 |
| Octal | 307 | 54 | 13 | 0 | 116 | 136 | 26 | 13 | 132 | 51 |
| Binary | 11000111 | 101100 | 1011 | 0 | 1001110 | 1011110 | 10110 | 1011 | 1011010 | 101001 |
Color Harmonies of #C72C0B
Complementary color
Monochromatic Colors of #C72C0B
Black with #C72C0B
Text Example
Text Example
White with #C72C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72C0B; }
p { color: rgb(199,44,11); }
H1.HeaderClassName
{
color: #C72C0B;
}
.AnyTagClassName
{
color: #C72C0B;
}
</style>
background-color css
<style>
a { background-color: #C72C0B; }
a { background-color: rgb(199,44,11); }
div.DivClassName
{
background-color: #C72C0B;
}
.BgClassName
{
background-color: #C72C0B;
}
</style>
border-color css
<style>
span { border-color: #C72C0B; }
span { border-color: rgb(199,44,11); }
td.TdClassName
{
border-color: #C72C0B;
}
.TagClassName
{
border-color: #C72C0B;
}
</style>