Html Css Color HEX #D7220C Harley Davidson Orange
📋 copy color: '#D7220C'red 215 ◦ green 34 ◦ blue 12
Shades of Harley Davidson Orange #D7220C
Tints of Harley Davidson Orange #D7220C
RGB
CMYK
RGB Variations
Color information
#D7220C (or 0xD7220C) is known color: Harley Davidson Orange. HEX triplet: D7, 22 and 0C. RGB value is (215,34,12). Sum of RGB (Red+Green+Blue) = 215+34+12=261 (34% of max value = 765). Red value is 215 (84.38% from 255 or 82.38% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 12 (5.08% from 255 or 4.60% from 261); Max value from RGB is 215 - color contains mainly: red. Hex color #D7220C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7220C is #28DDF3. Grayscale: #555555. Windows color (decimal): -2678260 or 795351. OLE color: 795351.
HSL color Cylindrical-coordinate representation of color #D7220C: hue angle of 6.5º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7220C is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 34 | 12 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.16 |
| HSL | 6.5º | 0.89% | 0.45% | - |
| HSV(B) | 6.5º | 0.94% | 0.84% | - |
| XYZ | 28.66 | 15.62 | 1.85 | - |
| YUV | 85.61 | 86.47 | 220.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 34 | 12 | 0 | 0.84 | 0.94 | 0.16 | 6.5 | 0.89 | 0.45 |
| Hex | D7 | 22 | C | 0 | 54 | 5E | 10 | 7 | 59 | 2D |
| Octal | 327 | 42 | 14 | 0 | 124 | 136 | 20 | 7 | 131 | 55 |
| Binary | 11010111 | 100010 | 1100 | 0 | 1010100 | 1011110 | 10000 | 111 | 1011001 | 101101 |
Color Harmonies of #D7220C
Complementary color
Monochromatic Colors of #D7220C
Black with #D7220C
Text Example
Text Example
White with #D7220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7220C; }
p { color: rgb(215,34,12); }
H1.HeaderClassName
{
color: #D7220C;
}
.AnyTagClassName
{
color: #D7220C;
}
</style>
background-color css
<style>
a { background-color: #D7220C; }
a { background-color: rgb(215,34,12); }
div.DivClassName
{
background-color: #D7220C;
}
.BgClassName
{
background-color: #D7220C;
}
</style>
border-color css
<style>
span { border-color: #D7220C; }
span { border-color: rgb(215,34,12); }
td.TdClassName
{
border-color: #D7220C;
}
.TagClassName
{
border-color: #D7220C;
}
</style>