Html Css Color HEX #DF4417 Harley Davidson Orange
📋 copy color: '#DF4417'red 223 ◦ green 68 ◦ blue 23
Shades of Harley Davidson Orange #DF4417
Tints of Harley Davidson Orange #DF4417
RGB
CMYK
RGB Variations
Color information
#DF4417 (or 0xDF4417) is known color: Harley Davidson Orange. HEX triplet: DF, 44 and 17. RGB value is (223,68,23). Sum of RGB (Red+Green+Blue) = 223+68+23=314 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.02% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4417 is #20BBE8. Grayscale: #6D6D6D. Windows color (decimal): -2145257 or 1524959. OLE color: 1524959.
HSL color Cylindrical-coordinate representation of color #DF4417: hue angle of 13.5º 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 #DF4417 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 68 | 23 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.13 |
| HSL | 13.5º | 0.81% | 0.48% | - |
| HSV(B) | 13.5º | 0.9% | 0.87% | - |
| XYZ | 32.65 | 19.88 | 2.93 | - |
| YUV | 109.22 | 79.35 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 68 | 23 | 0 | 0.70 | 0.90 | 0.13 | 13.5 | 0.81 | 0.48 |
| Hex | DF | 44 | 17 | 0 | 46 | 5A | D | E | 51 | 30 |
| Octal | 337 | 104 | 27 | 0 | 106 | 132 | 15 | 16 | 121 | 60 |
| Binary | 11011111 | 1000100 | 10111 | 0 | 1000110 | 1011010 | 1101 | 1110 | 1010001 | 110000 |
Color Harmonies of #DF4417
Complementary color
Monochromatic Colors of #DF4417
Black with #DF4417
Text Example
Text Example
White with #DF4417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4417; }
p { color: rgb(223,68,23); }
H1.HeaderClassName
{
color: #DF4417;
}
.AnyTagClassName
{
color: #DF4417;
}
</style>
background-color css
<style>
a { background-color: #DF4417; }
a { background-color: rgb(223,68,23); }
div.DivClassName
{
background-color: #DF4417;
}
.BgClassName
{
background-color: #DF4417;
}
</style>
border-color css
<style>
span { border-color: #DF4417; }
span { border-color: rgb(223,68,23); }
td.TdClassName
{
border-color: #DF4417;
}
.TagClassName
{
border-color: #DF4417;
}
</style>