Html Css Color HEX #DC211B Harley Davidson Orange
📋 copy color: '#DC211B'red 220 ◦ green 33 ◦ blue 27
Shades of Harley Davidson Orange #DC211B
Tints of Harley Davidson Orange #DC211B
RGB
CMYK
RGB Variations
Color information
#DC211B (or 0xDC211B) is known color: Harley Davidson Orange. HEX triplet: DC, 21 and 1B. RGB value is (220,33,27). Sum of RGB (Red+Green+Blue) = 220+33+27=280 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.57% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 220 - color contains mainly: red. Hex color #DC211B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC211B is #23DEE4. Grayscale: #585858. Windows color (decimal): -2350821 or 1778140. OLE color: 1778140.
HSL color Cylindrical-coordinate representation of color #DC211B: hue angle of 1.87º 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 #DC211B is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 27 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.14 |
| HSL | 1.87º | 0.78% | 0.48% | - |
| HSV(B) | 1.87º | 0.88% | 0.86% | - |
| XYZ | 30.26 | 16.38 | 2.6 | - |
| YUV | 88.23 | 93.45 | 221.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 27 | 0 | 0.85 | 0.88 | 0.14 | 1.87 | 0.78 | 0.48 |
| Hex | DC | 21 | 1B | 0 | 55 | 58 | E | 2 | 4E | 30 |
| Octal | 334 | 41 | 33 | 0 | 125 | 130 | 16 | 2 | 116 | 60 |
| Binary | 11011100 | 100001 | 11011 | 0 | 1010101 | 1011000 | 1110 | 10 | 1001110 | 110000 |
Color Harmonies of #DC211B
Complementary color
Monochromatic Colors of #DC211B
Black with #DC211B
Text Example
Text Example
White with #DC211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC211B; }
p { color: rgb(220,33,27); }
H1.HeaderClassName
{
color: #DC211B;
}
.AnyTagClassName
{
color: #DC211B;
}
</style>
background-color css
<style>
a { background-color: #DC211B; }
a { background-color: rgb(220,33,27); }
div.DivClassName
{
background-color: #DC211B;
}
.BgClassName
{
background-color: #DC211B;
}
</style>
border-color css
<style>
span { border-color: #DC211B; }
span { border-color: rgb(220,33,27); }
td.TdClassName
{
border-color: #DC211B;
}
.TagClassName
{
border-color: #DC211B;
}
</style>