Html Css Color HEX #C7220D Harley Davidson Orange
📋 copy color: '#C7220D'red 199 ◦ green 34 ◦ blue 13
Shades of Harley Davidson Orange #C7220D
Tints of Harley Davidson Orange #C7220D
RGB
CMYK
RGB Variations
Color information
#C7220D (or 0xC7220D) is known color: Harley Davidson Orange. HEX triplet: C7, 22 and 0D. RGB value is (199,34,13). Sum of RGB (Red+Green+Blue) = 199+34+13=246 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.89% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 199 - color contains mainly: red. Hex color #C7220D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7220D is #38DDF2. Grayscale: #515151. Windows color (decimal): -3726835 or 860871. OLE color: 860871.
HSL color Cylindrical-coordinate representation of color #C7220D: hue angle of 6.77º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7220D is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 34 | 13 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.22 |
| HSL | 6.77º | 0.88% | 0.42% | - |
| HSV(B) | 6.77º | 0.93% | 0.78% | - |
| XYZ | 24.2 | 13.32 | 1.68 | - |
| YUV | 80.94 | 89.66 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 34 | 13 | 0 | 0.83 | 0.93 | 0.22 | 6.77 | 0.88 | 0.42 |
| Hex | C7 | 22 | D | 0 | 53 | 5D | 16 | 7 | 58 | 2A |
| Octal | 307 | 42 | 15 | 0 | 123 | 135 | 26 | 7 | 130 | 52 |
| Binary | 11000111 | 100010 | 1101 | 0 | 1010011 | 1011101 | 10110 | 111 | 1011000 | 101010 |
Color Harmonies of #C7220D
Complementary color
Monochromatic Colors of #C7220D
Black with #C7220D
Text Example
Text Example
White with #C7220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7220D; }
p { color: rgb(199,34,13); }
H1.HeaderClassName
{
color: #C7220D;
}
.AnyTagClassName
{
color: #C7220D;
}
</style>
background-color css
<style>
a { background-color: #C7220D; }
a { background-color: rgb(199,34,13); }
div.DivClassName
{
background-color: #C7220D;
}
.BgClassName
{
background-color: #C7220D;
}
</style>
border-color css
<style>
span { border-color: #C7220D; }
span { border-color: rgb(199,34,13); }
td.TdClassName
{
border-color: #C7220D;
}
.TagClassName
{
border-color: #C7220D;
}
</style>