Html Css Color HEX #D62110 Harley Davidson Orange
📋 copy color: '#D62110'red 214 ◦ green 33 ◦ blue 16
Shades of Harley Davidson Orange #D62110
Tints of Harley Davidson Orange #D62110
RGB
CMYK
RGB Variations
Color information
#D62110 (or 0xD62110) is known color: Harley Davidson Orange. HEX triplet: D6, 21 and 10. RGB value is (214,33,16). Sum of RGB (Red+Green+Blue) = 214+33+16=263 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.37% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 214 - color contains mainly: red. Hex color #D62110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62110 is #29DEEF. Grayscale: #555555. Windows color (decimal): -2744048 or 1057238. OLE color: 1057238.
HSL color Cylindrical-coordinate representation of color #D62110: hue angle of 5.15º 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 #D62110 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 33 | 16 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.16 |
| HSL | 5.15º | 0.86% | 0.45% | - |
| HSV(B) | 5.15º | 0.93% | 0.84% | - |
| XYZ | 28.37 | 15.42 | 1.97 | - |
| YUV | 85.18 | 88.97 | 219.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 33 | 16 | 0 | 0.85 | 0.93 | 0.16 | 5.15 | 0.86 | 0.45 |
| Hex | D6 | 21 | 10 | 0 | 55 | 5D | 10 | 5 | 56 | 2D |
| Octal | 326 | 41 | 20 | 0 | 125 | 135 | 20 | 5 | 126 | 55 |
| Binary | 11010110 | 100001 | 10000 | 0 | 1010101 | 1011101 | 10000 | 101 | 1010110 | 101101 |
Color Harmonies of #D62110
Complementary color
Monochromatic Colors of #D62110
Black with #D62110
Text Example
Text Example
White with #D62110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62110; }
p { color: rgb(214,33,16); }
H1.HeaderClassName
{
color: #D62110;
}
.AnyTagClassName
{
color: #D62110;
}
</style>
background-color css
<style>
a { background-color: #D62110; }
a { background-color: rgb(214,33,16); }
div.DivClassName
{
background-color: #D62110;
}
.BgClassName
{
background-color: #D62110;
}
</style>
border-color css
<style>
span { border-color: #D62110; }
span { border-color: rgb(214,33,16); }
td.TdClassName
{
border-color: #D62110;
}
.TagClassName
{
border-color: #D62110;
}
</style>