Html Css Color HEX #DF2811 Harley Davidson Orange
📋 copy color: '#DF2811'red 223 ◦ green 40 ◦ blue 17
Shades of Harley Davidson Orange #DF2811
Tints of Harley Davidson Orange #DF2811
RGB
CMYK
RGB Variations
Color information
#DF2811 (or 0xDF2811) is known color: Harley Davidson Orange. HEX triplet: DF, 28 and 11. RGB value is (223,40,17). Sum of RGB (Red+Green+Blue) = 223+40+17=280 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.64% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2811 is #20D7EE. Grayscale: #5C5C5C. Windows color (decimal): -2152431 or 1124575. OLE color: 1124575.
HSL color Cylindrical-coordinate representation of color #DF2811: hue angle of 6.7º 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 #DF2811 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 17 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.13 |
| HSL | 6.7º | 0.86% | 0.47% | - |
| HSV(B) | 6.7º | 0.92% | 0.87% | - |
| XYZ | 31.29 | 17.25 | 2.21 | - |
| YUV | 92.1 | 85.63 | 221.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 17 | 0 | 0.82 | 0.92 | 0.13 | 6.7 | 0.86 | 0.47 |
| Hex | DF | 28 | 11 | 0 | 52 | 5C | D | 7 | 56 | 2F |
| Octal | 337 | 50 | 21 | 0 | 122 | 134 | 15 | 7 | 126 | 57 |
| Binary | 11011111 | 101000 | 10001 | 0 | 1010010 | 1011100 | 1101 | 111 | 1010110 | 101111 |
Color Harmonies of #DF2811
Complementary color
Monochromatic Colors of #DF2811
Black with #DF2811
Text Example
Text Example
White with #DF2811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2811; }
p { color: rgb(223,40,17); }
H1.HeaderClassName
{
color: #DF2811;
}
.AnyTagClassName
{
color: #DF2811;
}
</style>
background-color css
<style>
a { background-color: #DF2811; }
a { background-color: rgb(223,40,17); }
div.DivClassName
{
background-color: #DF2811;
}
.BgClassName
{
background-color: #DF2811;
}
</style>
border-color css
<style>
span { border-color: #DF2811; }
span { border-color: rgb(223,40,17); }
td.TdClassName
{
border-color: #DF2811;
}
.TagClassName
{
border-color: #DF2811;
}
</style>