Html Css Color HEX #DF4018 Harley Davidson Orange
📋 copy color: '#DF4018'red 223 ◦ green 64 ◦ blue 24
Shades of Harley Davidson Orange #DF4018
Tints of Harley Davidson Orange #DF4018
RGB
CMYK
RGB Variations
Color information
#DF4018 (or 0xDF4018) is known color: Harley Davidson Orange. HEX triplet: DF, 40 and 18. RGB value is (223,64,24). Sum of RGB (Red+Green+Blue) = 223+64+24=311 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.70% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 24 (9.77% from 255 or 7.72% from 311); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4018 is #20BFE7. Grayscale: #6B6B6B. Windows color (decimal): -2146280 or 1589471. OLE color: 1589471.
HSL color Cylindrical-coordinate representation of color #DF4018: hue angle of 12.06º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF4018 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 24 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.13 |
| HSL | 12.06º | 0.81% | 0.48% | - |
| HSV(B) | 12.06º | 0.89% | 0.87% | - |
| XYZ | 32.43 | 19.42 | 2.9 | - |
| YUV | 106.98 | 81.18 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 24 | 0 | 0.71 | 0.89 | 0.13 | 12.06 | 0.81 | 0.48 |
| Hex | DF | 40 | 18 | 0 | 47 | 59 | D | C | 51 | 30 |
| Octal | 337 | 100 | 30 | 0 | 107 | 131 | 15 | 14 | 121 | 60 |
| Binary | 11011111 | 1000000 | 11000 | 0 | 1000111 | 1011001 | 1101 | 1100 | 1010001 | 110000 |
Color Harmonies of #DF4018
Complementary color
Monochromatic Colors of #DF4018
Black with #DF4018
Text Example
Text Example
White with #DF4018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4018; }
p { color: rgb(223,64,24); }
H1.HeaderClassName
{
color: #DF4018;
}
.AnyTagClassName
{
color: #DF4018;
}
</style>
background-color css
<style>
a { background-color: #DF4018; }
a { background-color: rgb(223,64,24); }
div.DivClassName
{
background-color: #DF4018;
}
.BgClassName
{
background-color: #DF4018;
}
</style>
border-color css
<style>
span { border-color: #DF4018; }
span { border-color: rgb(223,64,24); }
td.TdClassName
{
border-color: #DF4018;
}
.TagClassName
{
border-color: #DF4018;
}
</style>