Html Css Color HEX #DC201B Harley Davidson Orange
📋 copy color: '#DC201B'red 220 ◦ green 32 ◦ blue 27
Shades of Harley Davidson Orange #DC201B
Tints of Harley Davidson Orange #DC201B
RGB
CMYK
RGB Variations
Color information
#DC201B (or 0xDC201B) is known color: Harley Davidson Orange. HEX triplet: DC, 20 and 1B. RGB value is (220,32,27). Sum of RGB (Red+Green+Blue) = 220+32+27=279 (36% of max value = 765). Red value is 220 (86.33% from 255 or 78.85% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 220 - color contains mainly: red. Hex color #DC201B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC201B is #23DFE4. Grayscale: #575757. Windows color (decimal): -2351077 or 1777884. OLE color: 1777884.
HSL color Cylindrical-coordinate representation of color #DC201B: hue angle of 1.55º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC201B is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 27 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.14 |
| HSL | 1.55º | 0.78% | 0.48% | - |
| HSV(B) | 1.55º | 0.88% | 0.86% | - |
| XYZ | 30.23 | 16.33 | 2.6 | - |
| YUV | 87.64 | 93.78 | 222.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 27 | 0 | 0.85 | 0.88 | 0.14 | 1.55 | 0.78 | 0.48 |
| Hex | DC | 20 | 1B | 0 | 55 | 58 | E | 2 | 4E | 30 |
| Octal | 334 | 40 | 33 | 0 | 125 | 130 | 16 | 2 | 116 | 60 |
| Binary | 11011100 | 100000 | 11011 | 0 | 1010101 | 1011000 | 1110 | 10 | 1001110 | 110000 |
Color Harmonies of #DC201B
Complementary color
Monochromatic Colors of #DC201B
Black with #DC201B
Text Example
Text Example
White with #DC201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC201B; }
p { color: rgb(220,32,27); }
H1.HeaderClassName
{
color: #DC201B;
}
.AnyTagClassName
{
color: #DC201B;
}
</style>
background-color css
<style>
a { background-color: #DC201B; }
a { background-color: rgb(220,32,27); }
div.DivClassName
{
background-color: #DC201B;
}
.BgClassName
{
background-color: #DC201B;
}
</style>
border-color css
<style>
span { border-color: #DC201B; }
span { border-color: rgb(220,32,27); }
td.TdClassName
{
border-color: #DC201B;
}
.TagClassName
{
border-color: #DC201B;
}
</style>