Html Css Color HEX #D5220E Harley Davidson Orange
📋 copy color: '#D5220E'red 213 ◦ green 34 ◦ blue 14
Shades of Harley Davidson Orange #D5220E
Tints of Harley Davidson Orange #D5220E
RGB
CMYK
RGB Variations
Color information
#D5220E (or 0xD5220E) is known color: Harley Davidson Orange. HEX triplet: D5, 22 and 0E. RGB value is (213,34,14). Sum of RGB (Red+Green+Blue) = 213+34+14=261 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.61% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 14 (5.86% from 255 or 5.36% from 261); Max value from RGB is 213 - color contains mainly: red. Hex color #D5220E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5220E is #2ADDF1. Grayscale: #555555. Windows color (decimal): -2809330 or 926421. OLE color: 926421.
HSL color Cylindrical-coordinate representation of color #D5220E: hue angle of 6.03º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D5220E is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 34 | 14 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.16 |
| HSL | 6.03º | 0.88% | 0.45% | - |
| HSV(B) | 6.03º | 0.93% | 0.84% | - |
| XYZ | 28.09 | 15.32 | 1.89 | - |
| YUV | 85.24 | 87.8 | 219.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 34 | 14 | 0 | 0.84 | 0.93 | 0.16 | 6.03 | 0.88 | 0.45 |
| Hex | D5 | 22 | E | 0 | 54 | 5D | 10 | 6 | 58 | 2D |
| Octal | 325 | 42 | 16 | 0 | 124 | 135 | 20 | 6 | 130 | 55 |
| Binary | 11010101 | 100010 | 1110 | 0 | 1010100 | 1011101 | 10000 | 110 | 1011000 | 101101 |
Color Harmonies of #D5220E
Complementary color
Monochromatic Colors of #D5220E
Black with #D5220E
Text Example
Text Example
White with #D5220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5220E; }
p { color: rgb(213,34,14); }
H1.HeaderClassName
{
color: #D5220E;
}
.AnyTagClassName
{
color: #D5220E;
}
</style>
background-color css
<style>
a { background-color: #D5220E; }
a { background-color: rgb(213,34,14); }
div.DivClassName
{
background-color: #D5220E;
}
.BgClassName
{
background-color: #D5220E;
}
</style>
border-color css
<style>
span { border-color: #D5220E; }
span { border-color: rgb(213,34,14); }
td.TdClassName
{
border-color: #D5220E;
}
.TagClassName
{
border-color: #D5220E;
}
</style>