Html Css Color HEX #DC210E Harley Davidson Orange
📋 copy color: '#DC210E'red 220 ◦ green 33 ◦ blue 14
Shades of Harley Davidson Orange #DC210E
Tints of Harley Davidson Orange #DC210E
RGB
CMYK
RGB Variations
Color information
#DC210E (or 0xDC210E) is known color: Harley Davidson Orange. HEX triplet: DC, 21 and 0E. RGB value is (220,33,14). Sum of RGB (Red+Green+Blue) = 220+33+14=267 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.40% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 220 - color contains mainly: red. Hex color #DC210E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC210E is #23DEF1. Grayscale: #575757. Windows color (decimal): -2350834 or 926172. OLE color: 926172.
HSL color Cylindrical-coordinate representation of color #DC210E: hue angle of 5.53º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC210E is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 14 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.14 |
| HSL | 5.53º | 0.88% | 0.46% | - |
| HSV(B) | 5.53º | 0.94% | 0.86% | - |
| XYZ | 30.14 | 16.34 | 1.98 | - |
| YUV | 86.75 | 86.95 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 14 | 0 | 0.85 | 0.94 | 0.14 | 5.53 | 0.88 | 0.46 |
| Hex | DC | 21 | E | 0 | 55 | 5E | E | 6 | 58 | 2E |
| Octal | 334 | 41 | 16 | 0 | 125 | 136 | 16 | 6 | 130 | 56 |
| Binary | 11011100 | 100001 | 1110 | 0 | 1010101 | 1011110 | 1110 | 110 | 1011000 | 101110 |
Color Harmonies of #DC210E
Complementary color
Monochromatic Colors of #DC210E
Black with #DC210E
Text Example
Text Example
White with #DC210E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC210E; }
p { color: rgb(220,33,14); }
H1.HeaderClassName
{
color: #DC210E;
}
.AnyTagClassName
{
color: #DC210E;
}
</style>
background-color css
<style>
a { background-color: #DC210E; }
a { background-color: rgb(220,33,14); }
div.DivClassName
{
background-color: #DC210E;
}
.BgClassName
{
background-color: #DC210E;
}
</style>
border-color css
<style>
span { border-color: #DC210E; }
span { border-color: rgb(220,33,14); }
td.TdClassName
{
border-color: #DC210E;
}
.TagClassName
{
border-color: #DC210E;
}
</style>