Html Css Color HEX #DF4211 Harley Davidson Orange
📋 copy color: '#DF4211'red 223 ◦ green 66 ◦ blue 17
Shades of Harley Davidson Orange #DF4211
Tints of Harley Davidson Orange #DF4211
RGB
CMYK
RGB Variations
Color information
#DF4211 (or 0xDF4211) is known color: Harley Davidson Orange. HEX triplet: DF, 42 and 11. RGB value is (223,66,17). Sum of RGB (Red+Green+Blue) = 223+66+17=306 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.88% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4211 is #20BDEE. Grayscale: #6B6B6B. Windows color (decimal): -2145775 or 1131231. OLE color: 1131231.
HSL color Cylindrical-coordinate representation of color #DF4211: hue angle of 14.27º 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 #DF4211 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 17 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.13 |
| HSL | 14.27º | 0.86% | 0.47% | - |
| HSV(B) | 14.27º | 0.92% | 0.87% | - |
| XYZ | 32.48 | 19.62 | 2.61 | - |
| YUV | 107.36 | 77.01 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 17 | 0 | 0.70 | 0.92 | 0.13 | 14.27 | 0.86 | 0.47 |
| Hex | DF | 42 | 11 | 0 | 46 | 5C | D | E | 56 | 2F |
| Octal | 337 | 102 | 21 | 0 | 106 | 134 | 15 | 16 | 126 | 57 |
| Binary | 11011111 | 1000010 | 10001 | 0 | 1000110 | 1011100 | 1101 | 1110 | 1010110 | 101111 |
Color Harmonies of #DF4211
Complementary color
Monochromatic Colors of #DF4211
Black with #DF4211
Text Example
Text Example
White with #DF4211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4211; }
p { color: rgb(223,66,17); }
H1.HeaderClassName
{
color: #DF4211;
}
.AnyTagClassName
{
color: #DF4211;
}
</style>
background-color css
<style>
a { background-color: #DF4211; }
a { background-color: rgb(223,66,17); }
div.DivClassName
{
background-color: #DF4211;
}
.BgClassName
{
background-color: #DF4211;
}
</style>
border-color css
<style>
span { border-color: #DF4211; }
span { border-color: rgb(223,66,17); }
td.TdClassName
{
border-color: #DF4211;
}
.TagClassName
{
border-color: #DF4211;
}
</style>