Html Css Color HEX #DF4818 Harley Davidson Orange
📋 copy color: '#DF4818'red 223 ◦ green 72 ◦ blue 24
Shades of Harley Davidson Orange #DF4818
Tints of Harley Davidson Orange #DF4818
RGB
CMYK
RGB Variations
Color information
#DF4818 (or 0xDF4818) is known color: Harley Davidson Orange. HEX triplet: DF, 48 and 18. RGB value is (223,72,24). Sum of RGB (Red+Green+Blue) = 223+72+24=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4818 is #20B7E7. Grayscale: #707070. Windows color (decimal): -2144232 or 1591519. OLE color: 1591519.
HSL color Cylindrical-coordinate representation of color #DF4818: hue angle of 14.47º 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 #DF4818 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 24 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.13 |
| HSL | 14.47º | 0.81% | 0.48% | - |
| HSV(B) | 14.47º | 0.89% | 0.87% | - |
| XYZ | 32.91 | 20.39 | 3.06 | - |
| YUV | 111.68 | 78.53 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 24 | 0 | 0.68 | 0.89 | 0.13 | 14.47 | 0.81 | 0.48 |
| Hex | DF | 48 | 18 | 0 | 44 | 59 | D | E | 51 | 30 |
| Octal | 337 | 110 | 30 | 0 | 104 | 131 | 15 | 16 | 121 | 60 |
| Binary | 11011111 | 1001000 | 11000 | 0 | 1000100 | 1011001 | 1101 | 1110 | 1010001 | 110000 |
Color Harmonies of #DF4818
Complementary color
Monochromatic Colors of #DF4818
Black with #DF4818
Text Example
Text Example
White with #DF4818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4818; }
p { color: rgb(223,72,24); }
H1.HeaderClassName
{
color: #DF4818;
}
.AnyTagClassName
{
color: #DF4818;
}
</style>
background-color css
<style>
a { background-color: #DF4818; }
a { background-color: rgb(223,72,24); }
div.DivClassName
{
background-color: #DF4818;
}
.BgClassName
{
background-color: #DF4818;
}
</style>
border-color css
<style>
span { border-color: #DF4818; }
span { border-color: rgb(223,72,24); }
td.TdClassName
{
border-color: #DF4818;
}
.TagClassName
{
border-color: #DF4818;
}
</style>