Html Css Color HEX #DF2D11 Harley Davidson Orange
📋 copy color: '#DF2D11'red 223 ◦ green 45 ◦ blue 17
Shades of Harley Davidson Orange #DF2D11
Tints of Harley Davidson Orange #DF2D11
RGB
CMYK
RGB Variations
Color information
#DF2D11 (or 0xDF2D11) is known color: Harley Davidson Orange. HEX triplet: DF, 2D and 11. RGB value is (223,45,17). Sum of RGB (Red+Green+Blue) = 223+45+17=285 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.25% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2D11 is #20D2EE. Grayscale: #5F5F5F. Windows color (decimal): -2151151 or 1125855. OLE color: 1125855.
HSL color Cylindrical-coordinate representation of color #DF2D11: hue angle of 8.16º 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 #DF2D11 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 45 | 17 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.13 |
| HSL | 8.16º | 0.86% | 0.47% | - |
| HSV(B) | 8.16º | 0.92% | 0.87% | - |
| XYZ | 31.47 | 17.61 | 2.27 | - |
| YUV | 95.03 | 83.97 | 219.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 45 | 17 | 0 | 0.80 | 0.92 | 0.13 | 8.16 | 0.86 | 0.47 |
| Hex | DF | 2D | 11 | 0 | 50 | 5C | D | 8 | 56 | 2F |
| Octal | 337 | 55 | 21 | 0 | 120 | 134 | 15 | 10 | 126 | 57 |
| Binary | 11011111 | 101101 | 10001 | 0 | 1010000 | 1011100 | 1101 | 1000 | 1010110 | 101111 |
Color Harmonies of #DF2D11
Complementary color
Monochromatic Colors of #DF2D11
Black with #DF2D11
Text Example
Text Example
White with #DF2D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2D11; }
p { color: rgb(223,45,17); }
H1.HeaderClassName
{
color: #DF2D11;
}
.AnyTagClassName
{
color: #DF2D11;
}
</style>
background-color css
<style>
a { background-color: #DF2D11; }
a { background-color: rgb(223,45,17); }
div.DivClassName
{
background-color: #DF2D11;
}
.BgClassName
{
background-color: #DF2D11;
}
</style>
border-color css
<style>
span { border-color: #DF2D11; }
span { border-color: rgb(223,45,17); }
td.TdClassName
{
border-color: #DF2D11;
}
.TagClassName
{
border-color: #DF2D11;
}
</style>