Html Css Color HEX #DC220D Harley Davidson Orange
📋 copy color: '#DC220D'red 220 ◦ green 34 ◦ blue 13
Shades of Harley Davidson Orange #DC220D
Tints of Harley Davidson Orange #DC220D
RGB
CMYK
RGB Variations
Color information
#DC220D (or 0xDC220D) is known color: Harley Davidson Orange. HEX triplet: DC, 22 and 0D. RGB value is (220,34,13). Sum of RGB (Red+Green+Blue) = 220+34+13=267 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.40% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 220 - color contains mainly: red. Hex color #DC220D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC220D is #23DDF2. Grayscale: #575757. Windows color (decimal): -2350579 or 860892. OLE color: 860892.
HSL color Cylindrical-coordinate representation of color #DC220D: hue angle of 6.09º degrees, saturation: 0.89, 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 #DC220D is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 13 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.14 |
| HSL | 6.09º | 0.89% | 0.46% | - |
| HSV(B) | 6.09º | 0.94% | 0.86% | - |
| XYZ | 30.16 | 16.39 | 1.95 | - |
| YUV | 87.22 | 86.12 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 13 | 0 | 0.85 | 0.94 | 0.14 | 6.09 | 0.89 | 0.46 |
| Hex | DC | 22 | D | 0 | 55 | 5E | E | 6 | 59 | 2E |
| Octal | 334 | 42 | 15 | 0 | 125 | 136 | 16 | 6 | 131 | 56 |
| Binary | 11011100 | 100010 | 1101 | 0 | 1010101 | 1011110 | 1110 | 110 | 1011001 | 101110 |
Color Harmonies of #DC220D
Complementary color
Monochromatic Colors of #DC220D
Black with #DC220D
Text Example
Text Example
White with #DC220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC220D; }
p { color: rgb(220,34,13); }
H1.HeaderClassName
{
color: #DC220D;
}
.AnyTagClassName
{
color: #DC220D;
}
</style>
background-color css
<style>
a { background-color: #DC220D; }
a { background-color: rgb(220,34,13); }
div.DivClassName
{
background-color: #DC220D;
}
.BgClassName
{
background-color: #DC220D;
}
</style>
border-color css
<style>
span { border-color: #DC220D; }
span { border-color: rgb(220,34,13); }
td.TdClassName
{
border-color: #DC220D;
}
.TagClassName
{
border-color: #DC220D;
}
</style>