Html Css Color HEX #DF1811 Harley Davidson Orange
📋 copy color: '#DF1811'red 223 ◦ green 24 ◦ blue 17
Shades of Harley Davidson Orange #DF1811
Tints of Harley Davidson Orange #DF1811
RGB
CMYK
RGB Variations
Color information
#DF1811 (or 0xDF1811) is known color: Harley Davidson Orange. HEX triplet: DF, 18 and 11. RGB value is (223,24,17). Sum of RGB (Red+Green+Blue) = 223+24+17=264 (34% of max value = 765). Red value is 223 (87.5% from 255 or 84.47% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1811 is #20E7EE. Grayscale: #525252. Windows color (decimal): -2156527 or 1120479. OLE color: 1120479.
HSL color Cylindrical-coordinate representation of color #DF1811: hue angle of 2.04º 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 #DF1811 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 24 | 17 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.13 |
| HSL | 2.04º | 0.86% | 0.47% | - |
| HSV(B) | 2.04º | 0.92% | 0.87% | - |
| XYZ | 30.86 | 16.38 | 2.07 | - |
| YUV | 82.7 | 90.93 | 228.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 17 | 0 | 0.89 | 0.92 | 0.13 | 2.04 | 0.86 | 0.47 |
| Hex | DF | 18 | 11 | 0 | 59 | 5C | D | 2 | 56 | 2F |
| Octal | 337 | 30 | 21 | 0 | 131 | 134 | 15 | 2 | 126 | 57 |
| Binary | 11011111 | 11000 | 10001 | 0 | 1011001 | 1011100 | 1101 | 10 | 1010110 | 101111 |
Color Harmonies of #DF1811
Complementary color
Monochromatic Colors of #DF1811
Black with #DF1811
Text Example
Text Example
White with #DF1811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1811; }
p { color: rgb(223,24,17); }
H1.HeaderClassName
{
color: #DF1811;
}
.AnyTagClassName
{
color: #DF1811;
}
</style>
background-color css
<style>
a { background-color: #DF1811; }
a { background-color: rgb(223,24,17); }
div.DivClassName
{
background-color: #DF1811;
}
.BgClassName
{
background-color: #DF1811;
}
</style>
border-color css
<style>
span { border-color: #DF1811; }
span { border-color: rgb(223,24,17); }
td.TdClassName
{
border-color: #DF1811;
}
.TagClassName
{
border-color: #DF1811;
}
</style>