Html Css Color HEX #C72200 Harley Davidson Orange
📋 copy color: '#C72200'red 199 ◦ green 34 ◦ blue 0
Shades of Harley Davidson Orange #C72200
Tints of Harley Davidson Orange #C72200
RGB
CMYK
RGB Variations
Color information
#C72200 (or 0xC72200) is known color: Harley Davidson Orange. HEX triplet: C7, 22 and 00. RGB value is (199,34,0). Sum of RGB (Red+Green+Blue) = 199+34+0=233 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.41% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 199 - color contains mainly: red. Hex color #C72200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72200 is #38DDFF. Grayscale: #4F4F4F. Windows color (decimal): -3726848 or 8903. OLE color: 8903.
HSL color Cylindrical-coordinate representation of color #C72200: hue angle of 10.25º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C72200 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 34 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.22 |
| HSL | 10.25º | 1% | 0.39% | - |
| HSV(B) | 10.25º | 1% | 0.78% | - |
| XYZ | 24.13 | 13.29 | 1.29 | - |
| YUV | 79.46 | 83.16 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 34 | 0 | 0 | 0.83 | 1 | 0.22 | 10.25 | 1 | 0.39 |
| Hex | C7 | 22 | 0 | 0 | 53 | 64 | 16 | A | 64 | 27 |
| Octal | 307 | 42 | 0 | 0 | 123 | 144 | 26 | 12 | 144 | 47 |
| Binary | 11000111 | 100010 | 0 | 0 | 1010011 | 1100100 | 10110 | 1010 | 1100100 | 100111 |
Color Harmonies of #C72200
Complementary color
Monochromatic Colors of #C72200
Black with #C72200
Text Example
Text Example
White with #C72200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72200; }
p { color: rgb(199,34,0); }
H1.HeaderClassName
{
color: #C72200;
}
.AnyTagClassName
{
color: #C72200;
}
</style>
background-color css
<style>
a { background-color: #C72200; }
a { background-color: rgb(199,34,0); }
div.DivClassName
{
background-color: #C72200;
}
.BgClassName
{
background-color: #C72200;
}
</style>
border-color css
<style>
span { border-color: #C72200; }
span { border-color: rgb(199,34,0); }
td.TdClassName
{
border-color: #C72200;
}
.TagClassName
{
border-color: #C72200;
}
</style>