Html Css Color HEX #D62210 Harley Davidson Orange
📋 copy color: '#D62210'red 214 ◦ green 34 ◦ blue 16
Shades of Harley Davidson Orange #D62210
Tints of Harley Davidson Orange #D62210
RGB
CMYK
RGB Variations
Color information
#D62210 (or 0xD62210) is known color: Harley Davidson Orange. HEX triplet: D6, 22 and 10. RGB value is (214,34,16). Sum of RGB (Red+Green+Blue) = 214+34+16=264 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.06% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 214 - color contains mainly: red. Hex color #D62210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62210 is #29DDEF. Grayscale: #565656. Windows color (decimal): -2743792 or 1057494. OLE color: 1057494.
HSL color Cylindrical-coordinate representation of color #D62210: hue angle of 5.45º degrees, saturation: 0.86, 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 #D62210 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 34 | 16 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.16 |
| HSL | 5.45º | 0.86% | 0.45% | - |
| HSV(B) | 5.45º | 0.93% | 0.84% | - |
| XYZ | 28.4 | 15.48 | 1.98 | - |
| YUV | 85.77 | 88.63 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 34 | 16 | 0 | 0.84 | 0.93 | 0.16 | 5.45 | 0.86 | 0.45 |
| Hex | D6 | 22 | 10 | 0 | 54 | 5D | 10 | 5 | 56 | 2D |
| Octal | 326 | 42 | 20 | 0 | 124 | 135 | 20 | 5 | 126 | 55 |
| Binary | 11010110 | 100010 | 10000 | 0 | 1010100 | 1011101 | 10000 | 101 | 1010110 | 101101 |
Color Harmonies of #D62210
Complementary color
Monochromatic Colors of #D62210
Black with #D62210
Text Example
Text Example
White with #D62210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62210; }
p { color: rgb(214,34,16); }
H1.HeaderClassName
{
color: #D62210;
}
.AnyTagClassName
{
color: #D62210;
}
</style>
background-color css
<style>
a { background-color: #D62210; }
a { background-color: rgb(214,34,16); }
div.DivClassName
{
background-color: #D62210;
}
.BgClassName
{
background-color: #D62210;
}
</style>
border-color css
<style>
span { border-color: #D62210; }
span { border-color: rgb(214,34,16); }
td.TdClassName
{
border-color: #D62210;
}
.TagClassName
{
border-color: #D62210;
}
</style>