Html Css Color HEX #DC211A Harley Davidson Orange
📋 copy color: '#DC211A'red 220 ◦ green 33 ◦ blue 26
Shades of Harley Davidson Orange #DC211A
Tints of Harley Davidson Orange #DC211A
RGB
CMYK
RGB Variations
Color information
#DC211A (or 0xDC211A) is known color: Harley Davidson Orange. HEX triplet: DC, 21 and 1A. RGB value is (220,33,26). Sum of RGB (Red+Green+Blue) = 220+33+26=279 (36% of max value = 765). Red value is 220 (86.33% from 255 or 78.85% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 220 - color contains mainly: red. Hex color #DC211A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC211A is #23DEE5. Grayscale: #585858. Windows color (decimal): -2350822 or 1712604. OLE color: 1712604.
HSL color Cylindrical-coordinate representation of color #DC211A: hue angle of 2.16º degrees, saturation: 0.79, 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 #DC211A is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 26 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.14 |
| HSL | 2.16º | 0.79% | 0.48% | - |
| HSV(B) | 2.16º | 0.88% | 0.86% | - |
| XYZ | 30.25 | 16.38 | 2.54 | - |
| YUV | 88.12 | 92.95 | 222.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 26 | 0 | 0.85 | 0.88 | 0.14 | 2.16 | 0.79 | 0.48 |
| Hex | DC | 21 | 1A | 0 | 55 | 58 | E | 2 | 4F | 30 |
| Octal | 334 | 41 | 32 | 0 | 125 | 130 | 16 | 2 | 117 | 60 |
| Binary | 11011100 | 100001 | 11010 | 0 | 1010101 | 1011000 | 1110 | 10 | 1001111 | 110000 |
Color Harmonies of #DC211A
Complementary color
Monochromatic Colors of #DC211A
Black with #DC211A
Text Example
Text Example
White with #DC211A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC211A; }
p { color: rgb(220,33,26); }
H1.HeaderClassName
{
color: #DC211A;
}
.AnyTagClassName
{
color: #DC211A;
}
</style>
background-color css
<style>
a { background-color: #DC211A; }
a { background-color: rgb(220,33,26); }
div.DivClassName
{
background-color: #DC211A;
}
.BgClassName
{
background-color: #DC211A;
}
</style>
border-color css
<style>
span { border-color: #DC211A; }
span { border-color: rgb(220,33,26); }
td.TdClassName
{
border-color: #DC211A;
}
.TagClassName
{
border-color: #DC211A;
}
</style>