Html Css Color HEX #D8210C Harley Davidson Orange
📋 copy color: '#D8210C'red 216 ◦ green 33 ◦ blue 12
Shades of Harley Davidson Orange #D8210C
Tints of Harley Davidson Orange #D8210C
RGB
CMYK
RGB Variations
Color information
#D8210C (or 0xD8210C) is known color: Harley Davidson Orange. HEX triplet: D8, 21 and 0C. RGB value is (216,33,12). Sum of RGB (Red+Green+Blue) = 216+33+12=261 (34% of max value = 765). Red value is 216 (84.77% from 255 or 82.76% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 12 (5.08% from 255 or 4.60% from 261); Max value from RGB is 216 - color contains mainly: red. Hex color #D8210C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8210C is #27DEF3. Grayscale: #555555. Windows color (decimal): -2612980 or 795096. OLE color: 795096.
HSL color Cylindrical-coordinate representation of color #D8210C: hue angle of 6.18º 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 #D8210C is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 33 | 12 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.15 |
| HSL | 6.18º | 0.89% | 0.45% | - |
| HSV(B) | 6.18º | 0.94% | 0.85% | - |
| XYZ | 28.93 | 15.71 | 1.86 | - |
| YUV | 85.32 | 86.63 | 221.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 33 | 12 | 0 | 0.85 | 0.94 | 0.15 | 6.18 | 0.89 | 0.45 |
| Hex | D8 | 21 | C | 0 | 55 | 5E | F | 6 | 59 | 2D |
| Octal | 330 | 41 | 14 | 0 | 125 | 136 | 17 | 6 | 131 | 55 |
| Binary | 11011000 | 100001 | 1100 | 0 | 1010101 | 1011110 | 1111 | 110 | 1011001 | 101101 |
Color Harmonies of #D8210C
Complementary color
Monochromatic Colors of #D8210C
Black with #D8210C
Text Example
Text Example
White with #D8210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8210C; }
p { color: rgb(216,33,12); }
H1.HeaderClassName
{
color: #D8210C;
}
.AnyTagClassName
{
color: #D8210C;
}
</style>
background-color css
<style>
a { background-color: #D8210C; }
a { background-color: rgb(216,33,12); }
div.DivClassName
{
background-color: #D8210C;
}
.BgClassName
{
background-color: #D8210C;
}
</style>
border-color css
<style>
span { border-color: #D8210C; }
span { border-color: rgb(216,33,12); }
td.TdClassName
{
border-color: #D8210C;
}
.TagClassName
{
border-color: #D8210C;
}
</style>