Html Css Color HEX #DC200D Harley Davidson Orange
📋 copy color: '#DC200D'red 220 ◦ green 32 ◦ blue 13
Shades of Harley Davidson Orange #DC200D
Tints of Harley Davidson Orange #DC200D
RGB
CMYK
RGB Variations
Color information
#DC200D (or 0xDC200D) is known color: Harley Davidson Orange. HEX triplet: DC, 20 and 0D. RGB value is (220,32,13). Sum of RGB (Red+Green+Blue) = 220+32+13=265 (35% of max value = 765). Red value is 220 (86.33% from 255 or 83.02% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 220 - color contains mainly: red. Hex color #DC200D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC200D is #23DFF2. Grayscale: #565656. Windows color (decimal): -2351091 or 860380. OLE color: 860380.
HSL color Cylindrical-coordinate representation of color #DC200D: hue angle of 5.51º 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 #DC200D is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 13 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.14 |
| HSL | 5.51º | 0.89% | 0.46% | - |
| HSV(B) | 5.51º | 0.94% | 0.86% | - |
| XYZ | 30.1 | 16.28 | 1.94 | - |
| YUV | 86.05 | 86.78 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 13 | 0 | 0.85 | 0.94 | 0.14 | 5.51 | 0.89 | 0.46 |
| Hex | DC | 20 | D | 0 | 55 | 5E | E | 6 | 59 | 2E |
| Octal | 334 | 40 | 15 | 0 | 125 | 136 | 16 | 6 | 131 | 56 |
| Binary | 11011100 | 100000 | 1101 | 0 | 1010101 | 1011110 | 1110 | 110 | 1011001 | 101110 |
Color Harmonies of #DC200D
Complementary color
Monochromatic Colors of #DC200D
Black with #DC200D
Text Example
Text Example
White with #DC200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC200D; }
p { color: rgb(220,32,13); }
H1.HeaderClassName
{
color: #DC200D;
}
.AnyTagClassName
{
color: #DC200D;
}
</style>
background-color css
<style>
a { background-color: #DC200D; }
a { background-color: rgb(220,32,13); }
div.DivClassName
{
background-color: #DC200D;
}
.BgClassName
{
background-color: #DC200D;
}
</style>
border-color css
<style>
span { border-color: #DC200D; }
span { border-color: rgb(220,32,13); }
td.TdClassName
{
border-color: #DC200D;
}
.TagClassName
{
border-color: #DC200D;
}
</style>