Html Css Color HEX #DF2111 Harley Davidson Orange
📋 copy color: '#DF2111'red 223 ◦ green 33 ◦ blue 17
Shades of Harley Davidson Orange #DF2111
Tints of Harley Davidson Orange #DF2111
RGB
CMYK
RGB Variations
Color information
#DF2111 (or 0xDF2111) is known color: Harley Davidson Orange. HEX triplet: DF, 21 and 11. RGB value is (223,33,17). Sum of RGB (Red+Green+Blue) = 223+33+17=273 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.68% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2111 is #20DEEE. Grayscale: #585858. Windows color (decimal): -2154223 or 1122783. OLE color: 1122783.
HSL color Cylindrical-coordinate representation of color #DF2111: hue angle of 4.66º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF2111 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 17 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.13 |
| HSL | 4.66º | 0.86% | 0.47% | - |
| HSV(B) | 4.66º | 0.92% | 0.87% | - |
| XYZ | 31.08 | 16.82 | 2.14 | - |
| YUV | 87.99 | 87.95 | 224.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 17 | 0 | 0.85 | 0.92 | 0.13 | 4.66 | 0.86 | 0.47 |
| Hex | DF | 21 | 11 | 0 | 55 | 5C | D | 5 | 56 | 2F |
| Octal | 337 | 41 | 21 | 0 | 125 | 134 | 15 | 5 | 126 | 57 |
| Binary | 11011111 | 100001 | 10001 | 0 | 1010101 | 1011100 | 1101 | 101 | 1010110 | 101111 |
Color Harmonies of #DF2111
Complementary color
Monochromatic Colors of #DF2111
Black with #DF2111
Text Example
Text Example
White with #DF2111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2111; }
p { color: rgb(223,33,17); }
H1.HeaderClassName
{
color: #DF2111;
}
.AnyTagClassName
{
color: #DF2111;
}
</style>
background-color css
<style>
a { background-color: #DF2111; }
a { background-color: rgb(223,33,17); }
div.DivClassName
{
background-color: #DF2111;
}
.BgClassName
{
background-color: #DF2111;
}
</style>
border-color css
<style>
span { border-color: #DF2111; }
span { border-color: rgb(223,33,17); }
td.TdClassName
{
border-color: #DF2111;
}
.TagClassName
{
border-color: #DF2111;
}
</style>