Html Css Color HEX #DF4217 Harley Davidson Orange
📋 copy color: '#DF4217'red 223 ◦ green 66 ◦ blue 23
Shades of Harley Davidson Orange #DF4217
Tints of Harley Davidson Orange #DF4217
RGB
CMYK
RGB Variations
Color information
#DF4217 (or 0xDF4217) is known color: Harley Davidson Orange. HEX triplet: DF, 42 and 17. RGB value is (223,66,23). Sum of RGB (Red+Green+Blue) = 223+66+23=312 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.47% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 23 (9.38% from 255 or 7.37% from 312); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4217 is #20BDE8. Grayscale: #6C6C6C. Windows color (decimal): -2145769 or 1524447. OLE color: 1524447.
HSL color Cylindrical-coordinate representation of color #DF4217: hue angle of 12.9º 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 #DF4217 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 23 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.13 |
| HSL | 12.9º | 0.81% | 0.48% | - |
| HSV(B) | 12.9º | 0.9% | 0.87% | - |
| XYZ | 32.53 | 19.65 | 2.89 | - |
| YUV | 108.04 | 80.01 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 23 | 0 | 0.70 | 0.90 | 0.13 | 12.9 | 0.81 | 0.48 |
| Hex | DF | 42 | 17 | 0 | 46 | 5A | D | D | 51 | 30 |
| Octal | 337 | 102 | 27 | 0 | 106 | 132 | 15 | 15 | 121 | 60 |
| Binary | 11011111 | 1000010 | 10111 | 0 | 1000110 | 1011010 | 1101 | 1101 | 1010001 | 110000 |
Color Harmonies of #DF4217
Complementary color
Monochromatic Colors of #DF4217
Black with #DF4217
Text Example
Text Example
White with #DF4217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4217; }
p { color: rgb(223,66,23); }
H1.HeaderClassName
{
color: #DF4217;
}
.AnyTagClassName
{
color: #DF4217;
}
</style>
background-color css
<style>
a { background-color: #DF4217; }
a { background-color: rgb(223,66,23); }
div.DivClassName
{
background-color: #DF4217;
}
.BgClassName
{
background-color: #DF4217;
}
</style>
border-color css
<style>
span { border-color: #DF4217; }
span { border-color: rgb(223,66,23); }
td.TdClassName
{
border-color: #DF4217;
}
.TagClassName
{
border-color: #DF4217;
}
</style>