Html Css Color HEX #DF2E11 Harley Davidson Orange
📋 copy color: '#DF2E11'red 223 ◦ green 46 ◦ blue 17
Shades of Harley Davidson Orange #DF2E11
Tints of Harley Davidson Orange #DF2E11
RGB
CMYK
RGB Variations
Color information
#DF2E11 (or 0xDF2E11) is known color: Harley Davidson Orange. HEX triplet: DF, 2E and 11. RGB value is (223,46,17). Sum of RGB (Red+Green+Blue) = 223+46+17=286 (37% of max value = 765). Red value is 223 (87.5% from 255 or 77.97% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2E11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2E11 is #20D1EE. Grayscale: #5F5F5F. Windows color (decimal): -2150895 or 1126111. OLE color: 1126111.
HSL color Cylindrical-coordinate representation of color #DF2E11: hue angle of 8.45º 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 #DF2E11 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 46 | 17 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.13 |
| HSL | 8.45º | 0.86% | 0.47% | - |
| HSV(B) | 8.45º | 0.92% | 0.87% | - |
| XYZ | 31.51 | 17.68 | 2.28 | - |
| YUV | 95.62 | 83.64 | 218.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 46 | 17 | 0 | 0.79 | 0.92 | 0.13 | 8.45 | 0.86 | 0.47 |
| Hex | DF | 2E | 11 | 0 | 4F | 5C | D | 8 | 56 | 2F |
| Octal | 337 | 56 | 21 | 0 | 117 | 134 | 15 | 10 | 126 | 57 |
| Binary | 11011111 | 101110 | 10001 | 0 | 1001111 | 1011100 | 1101 | 1000 | 1010110 | 101111 |
Color Harmonies of #DF2E11
Complementary color
Monochromatic Colors of #DF2E11
Black with #DF2E11
Text Example
Text Example
White with #DF2E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2E11; }
p { color: rgb(223,46,17); }
H1.HeaderClassName
{
color: #DF2E11;
}
.AnyTagClassName
{
color: #DF2E11;
}
</style>
background-color css
<style>
a { background-color: #DF2E11; }
a { background-color: rgb(223,46,17); }
div.DivClassName
{
background-color: #DF2E11;
}
.BgClassName
{
background-color: #DF2E11;
}
</style>
border-color css
<style>
span { border-color: #DF2E11; }
span { border-color: rgb(223,46,17); }
td.TdClassName
{
border-color: #DF2E11;
}
.TagClassName
{
border-color: #DF2E11;
}
</style>