Html Css Color HEX #D8210D Harley Davidson Orange
📋 copy color: '#D8210D'red 216 ◦ green 33 ◦ blue 13
Shades of Harley Davidson Orange #D8210D
Tints of Harley Davidson Orange #D8210D
RGB
CMYK
RGB Variations
Color information
#D8210D (or 0xD8210D) is known color: Harley Davidson Orange. HEX triplet: D8, 21 and 0D. RGB value is (216,33,13). Sum of RGB (Red+Green+Blue) = 216+33+13=262 (34% of max value = 765). Red value is 216 (84.77% from 255 or 82.44% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 216 - color contains mainly: red. Hex color #D8210D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8210D is #27DEF2. Grayscale: #555555. Windows color (decimal): -2612979 or 860632. OLE color: 860632.
HSL color Cylindrical-coordinate representation of color #D8210D: hue angle of 5.91º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8210D is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 33 | 13 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.15 |
| HSL | 5.91º | 0.89% | 0.45% | - |
| HSV(B) | 5.91º | 0.94% | 0.85% | - |
| XYZ | 28.94 | 15.72 | 1.89 | - |
| YUV | 85.44 | 87.13 | 221.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 33 | 13 | 0 | 0.85 | 0.94 | 0.15 | 5.91 | 0.89 | 0.45 |
| Hex | D8 | 21 | D | 0 | 55 | 5E | F | 6 | 59 | 2D |
| Octal | 330 | 41 | 15 | 0 | 125 | 136 | 17 | 6 | 131 | 55 |
| Binary | 11011000 | 100001 | 1101 | 0 | 1010101 | 1011110 | 1111 | 110 | 1011001 | 101101 |
Color Harmonies of #D8210D
Complementary color
Monochromatic Colors of #D8210D
Black with #D8210D
Text Example
Text Example
White with #D8210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8210D; }
p { color: rgb(216,33,13); }
H1.HeaderClassName
{
color: #D8210D;
}
.AnyTagClassName
{
color: #D8210D;
}
</style>
background-color css
<style>
a { background-color: #D8210D; }
a { background-color: rgb(216,33,13); }
div.DivClassName
{
background-color: #D8210D;
}
.BgClassName
{
background-color: #D8210D;
}
</style>
border-color css
<style>
span { border-color: #D8210D; }
span { border-color: rgb(216,33,13); }
td.TdClassName
{
border-color: #D8210D;
}
.TagClassName
{
border-color: #D8210D;
}
</style>