Html Css Color HEX #D8211E Harley Davidson Orange
📋 copy color: '#D8211E'red 216 ◦ green 33 ◦ blue 30
Shades of Harley Davidson Orange #D8211E
Tints of Harley Davidson Orange #D8211E
RGB
CMYK
RGB Variations
Color information
#D8211E (or 0xD8211E) is known color: Harley Davidson Orange. HEX triplet: D8, 21 and 1E. RGB value is (216,33,30). Sum of RGB (Red+Green+Blue) = 216+33+30=279 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.42% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 216 - color contains mainly: red. Hex color #D8211E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8211E is #27DEE1. Grayscale: #575757. Windows color (decimal): -2612962 or 1974744. OLE color: 1974744.
HSL color Cylindrical-coordinate representation of color #D8211E: hue angle of 0.97º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8211E is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 33 | 30 | - |
| CMYK | 0 | 0.85 | 0.86 | 0.15 |
| HSL | 0.97º | 0.76% | 0.48% | - |
| HSV(B) | 0.97º | 0.86% | 0.85% | - |
| XYZ | 29.1 | 15.78 | 2.74 | - |
| YUV | 87.38 | 95.63 | 219.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 33 | 30 | 0 | 0.85 | 0.86 | 0.15 | 0.97 | 0.76 | 0.48 |
| Hex | D8 | 21 | 1E | 0 | 55 | 56 | F | 1 | 4C | 30 |
| Octal | 330 | 41 | 36 | 0 | 125 | 126 | 17 | 1 | 114 | 60 |
| Binary | 11011000 | 100001 | 11110 | 0 | 1010101 | 1010110 | 1111 | 1 | 1001100 | 110000 |
Color Harmonies of #D8211E
Complementary color
Monochromatic Colors of #D8211E
Black with #D8211E
Text Example
Text Example
White with #D8211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8211E; }
p { color: rgb(216,33,30); }
H1.HeaderClassName
{
color: #D8211E;
}
.AnyTagClassName
{
color: #D8211E;
}
</style>
background-color css
<style>
a { background-color: #D8211E; }
a { background-color: rgb(216,33,30); }
div.DivClassName
{
background-color: #D8211E;
}
.BgClassName
{
background-color: #D8211E;
}
</style>
border-color css
<style>
span { border-color: #D8211E; }
span { border-color: rgb(216,33,30); }
td.TdClassName
{
border-color: #D8211E;
}
.TagClassName
{
border-color: #D8211E;
}
</style>