Html Css Color HEX #D7210D Harley Davidson Orange
📋 copy color: '#D7210D'red 215 ◦ green 33 ◦ blue 13
Shades of Harley Davidson Orange #D7210D
Tints of Harley Davidson Orange #D7210D
RGB
CMYK
RGB Variations
Color information
#D7210D (or 0xD7210D) is known color: Harley Davidson Orange. HEX triplet: D7, 21 and 0D. RGB value is (215,33,13). Sum of RGB (Red+Green+Blue) = 215+33+13=261 (34% of max value = 765). Red value is 215 (84.38% from 255 or 82.38% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 215 - color contains mainly: red. Hex color #D7210D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7210D is #28DEF2. Grayscale: #555555. Windows color (decimal): -2678515 or 860631. OLE color: 860631.
HSL color Cylindrical-coordinate representation of color #D7210D: hue angle of 5.94º 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 #D7210D is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 33 | 13 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.16 |
| HSL | 5.94º | 0.89% | 0.45% | - |
| HSV(B) | 5.94º | 0.94% | 0.84% | - |
| XYZ | 28.64 | 15.56 | 1.88 | - |
| YUV | 85.14 | 87.3 | 220.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 33 | 13 | 0 | 0.85 | 0.94 | 0.16 | 5.94 | 0.89 | 0.45 |
| Hex | D7 | 21 | D | 0 | 55 | 5E | 10 | 6 | 59 | 2D |
| Octal | 327 | 41 | 15 | 0 | 125 | 136 | 20 | 6 | 131 | 55 |
| Binary | 11010111 | 100001 | 1101 | 0 | 1010101 | 1011110 | 10000 | 110 | 1011001 | 101101 |
Color Harmonies of #D7210D
Complementary color
Monochromatic Colors of #D7210D
Black with #D7210D
Text Example
Text Example
White with #D7210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7210D; }
p { color: rgb(215,33,13); }
H1.HeaderClassName
{
color: #D7210D;
}
.AnyTagClassName
{
color: #D7210D;
}
</style>
background-color css
<style>
a { background-color: #D7210D; }
a { background-color: rgb(215,33,13); }
div.DivClassName
{
background-color: #D7210D;
}
.BgClassName
{
background-color: #D7210D;
}
</style>
border-color css
<style>
span { border-color: #D7210D; }
span { border-color: rgb(215,33,13); }
td.TdClassName
{
border-color: #D7210D;
}
.TagClassName
{
border-color: #D7210D;
}
</style>