Html Css Color HEX #DC220E Harley Davidson Orange
📋 copy color: '#DC220E'red 220 ◦ green 34 ◦ blue 14
Shades of Harley Davidson Orange #DC220E
Tints of Harley Davidson Orange #DC220E
RGB
CMYK
RGB Variations
Color information
#DC220E (or 0xDC220E) is known color: Harley Davidson Orange. HEX triplet: DC, 22 and 0E. RGB value is (220,34,14). Sum of RGB (Red+Green+Blue) = 220+34+14=268 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.09% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 220 - color contains mainly: red. Hex color #DC220E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC220E is #23DDF1. Grayscale: #575757. Windows color (decimal): -2350578 or 926428. OLE color: 926428.
HSL color Cylindrical-coordinate representation of color #DC220E: hue angle of 5.83º 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 #DC220E is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 14 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.14 |
| HSL | 5.83º | 0.88% | 0.46% | - |
| HSV(B) | 5.83º | 0.94% | 0.86% | - |
| XYZ | 30.17 | 16.39 | 1.99 | - |
| YUV | 87.33 | 86.62 | 222.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 14 | 0 | 0.85 | 0.94 | 0.14 | 5.83 | 0.88 | 0.46 |
| Hex | DC | 22 | E | 0 | 55 | 5E | E | 6 | 58 | 2E |
| Octal | 334 | 42 | 16 | 0 | 125 | 136 | 16 | 6 | 130 | 56 |
| Binary | 11011100 | 100010 | 1110 | 0 | 1010101 | 1011110 | 1110 | 110 | 1011000 | 101110 |
Color Harmonies of #DC220E
Complementary color
Monochromatic Colors of #DC220E
Black with #DC220E
Text Example
Text Example
White with #DC220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC220E; }
p { color: rgb(220,34,14); }
H1.HeaderClassName
{
color: #DC220E;
}
.AnyTagClassName
{
color: #DC220E;
}
</style>
background-color css
<style>
a { background-color: #DC220E; }
a { background-color: rgb(220,34,14); }
div.DivClassName
{
background-color: #DC220E;
}
.BgClassName
{
background-color: #DC220E;
}
</style>
border-color css
<style>
span { border-color: #DC220E; }
span { border-color: rgb(220,34,14); }
td.TdClassName
{
border-color: #DC220E;
}
.TagClassName
{
border-color: #DC220E;
}
</style>