Html Css Color HEX #DF4017 Harley Davidson Orange
📋 copy color: '#DF4017'red 223 ◦ green 64 ◦ blue 23
Shades of Harley Davidson Orange #DF4017
Tints of Harley Davidson Orange #DF4017
RGB
CMYK
RGB Variations
Color information
#DF4017 (or 0xDF4017) is known color: Harley Davidson Orange. HEX triplet: DF, 40 and 17. RGB value is (223,64,23). Sum of RGB (Red+Green+Blue) = 223+64+23=310 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.94% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 23 (9.38% from 255 or 7.42% from 310); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4017 is #20BFE8. Grayscale: #6B6B6B. Windows color (decimal): -2146281 or 1523935. OLE color: 1523935.
HSL color Cylindrical-coordinate representation of color #DF4017: hue angle of 12.3º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF4017 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 23 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.13 |
| HSL | 12.3º | 0.81% | 0.48% | - |
| HSV(B) | 12.3º | 0.9% | 0.87% | - |
| XYZ | 32.42 | 19.42 | 2.85 | - |
| YUV | 106.87 | 80.68 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 23 | 0 | 0.71 | 0.90 | 0.13 | 12.3 | 0.81 | 0.48 |
| Hex | DF | 40 | 17 | 0 | 47 | 5A | D | C | 51 | 30 |
| Octal | 337 | 100 | 27 | 0 | 107 | 132 | 15 | 14 | 121 | 60 |
| Binary | 11011111 | 1000000 | 10111 | 0 | 1000111 | 1011010 | 1101 | 1100 | 1010001 | 110000 |
Color Harmonies of #DF4017
Complementary color
Monochromatic Colors of #DF4017
Black with #DF4017
Text Example
Text Example
White with #DF4017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4017; }
p { color: rgb(223,64,23); }
H1.HeaderClassName
{
color: #DF4017;
}
.AnyTagClassName
{
color: #DF4017;
}
</style>
background-color css
<style>
a { background-color: #DF4017; }
a { background-color: rgb(223,64,23); }
div.DivClassName
{
background-color: #DF4017;
}
.BgClassName
{
background-color: #DF4017;
}
</style>
border-color css
<style>
span { border-color: #DF4017; }
span { border-color: rgb(223,64,23); }
td.TdClassName
{
border-color: #DF4017;
}
.TagClassName
{
border-color: #DF4017;
}
</style>