Html Css Color HEX #D21E0C Harley Davidson Orange
📋 copy color: '#D21E0C'red 210 ◦ green 30 ◦ blue 12
Shades of Harley Davidson Orange #D21E0C
Tints of Harley Davidson Orange #D21E0C
RGB
CMYK
RGB Variations
Color information
#D21E0C (or 0xD21E0C) is known color: Harley Davidson Orange. HEX triplet: D2, 1E and 0C. RGB value is (210,30,12). Sum of RGB (Red+Green+Blue) = 210+30+12=252 (33% of max value = 765). Red value is 210 (82.42% from 255 or 83.33% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 210 - color contains mainly: red. Hex color #D21E0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D21E0C is #2DE1F3. Grayscale: #525252. Windows color (decimal): -3006964 or 794322. OLE color: 794322.
HSL color Cylindrical-coordinate representation of color #D21E0C: hue angle of 5.45º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D21E0C is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 30 | 12 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.18 |
| HSL | 5.45º | 0.89% | 0.44% | - |
| HSV(B) | 5.45º | 0.94% | 0.82% | - |
| XYZ | 27.11 | 14.66 | 1.75 | - |
| YUV | 81.77 | 88.63 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 30 | 12 | 0 | 0.86 | 0.94 | 0.18 | 5.45 | 0.89 | 0.44 |
| Hex | D2 | 1E | C | 0 | 56 | 5E | 12 | 5 | 59 | 2C |
| Octal | 322 | 36 | 14 | 0 | 126 | 136 | 22 | 5 | 131 | 54 |
| Binary | 11010010 | 11110 | 1100 | 0 | 1010110 | 1011110 | 10010 | 101 | 1011001 | 101100 |
Color Harmonies of #D21E0C
Complementary color
Monochromatic Colors of #D21E0C
Black with #D21E0C
Text Example
Text Example
White with #D21E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21E0C; }
p { color: rgb(210,30,12); }
H1.HeaderClassName
{
color: #D21E0C;
}
.AnyTagClassName
{
color: #D21E0C;
}
</style>
background-color css
<style>
a { background-color: #D21E0C; }
a { background-color: rgb(210,30,12); }
div.DivClassName
{
background-color: #D21E0C;
}
.BgClassName
{
background-color: #D21E0C;
}
</style>
border-color css
<style>
span { border-color: #D21E0C; }
span { border-color: rgb(210,30,12); }
td.TdClassName
{
border-color: #D21E0C;
}
.TagClassName
{
border-color: #D21E0C;
}
</style>