Html Css Color HEX #DF4418 Harley Davidson Orange
📋 copy color: '#DF4418'red 223 ◦ green 68 ◦ blue 24
Shades of Harley Davidson Orange #DF4418
Tints of Harley Davidson Orange #DF4418
RGB
CMYK
RGB Variations
Color information
#DF4418 (or 0xDF4418) is known color: Harley Davidson Orange. HEX triplet: DF, 44 and 18. RGB value is (223,68,24). Sum of RGB (Red+Green+Blue) = 223+68+24=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 24 (9.77% from 255 or 7.62% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4418 is #20BBE7. Grayscale: #6D6D6D. Windows color (decimal): -2145256 or 1590495. OLE color: 1590495.
HSL color Cylindrical-coordinate representation of color #DF4418: hue angle of 13.27º 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 #DF4418 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 68 | 24 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.13 |
| HSL | 13.27º | 0.81% | 0.48% | - |
| HSV(B) | 13.27º | 0.89% | 0.87% | - |
| XYZ | 32.66 | 19.89 | 2.98 | - |
| YUV | 109.33 | 79.85 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 68 | 24 | 0 | 0.70 | 0.89 | 0.13 | 13.27 | 0.81 | 0.48 |
| Hex | DF | 44 | 18 | 0 | 46 | 59 | D | D | 51 | 30 |
| Octal | 337 | 104 | 30 | 0 | 106 | 131 | 15 | 15 | 121 | 60 |
| Binary | 11011111 | 1000100 | 11000 | 0 | 1000110 | 1011001 | 1101 | 1101 | 1010001 | 110000 |
Color Harmonies of #DF4418
Complementary color
Monochromatic Colors of #DF4418
Black with #DF4418
Text Example
Text Example
White with #DF4418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4418; }
p { color: rgb(223,68,24); }
H1.HeaderClassName
{
color: #DF4418;
}
.AnyTagClassName
{
color: #DF4418;
}
</style>
background-color css
<style>
a { background-color: #DF4418; }
a { background-color: rgb(223,68,24); }
div.DivClassName
{
background-color: #DF4418;
}
.BgClassName
{
background-color: #DF4418;
}
</style>
border-color css
<style>
span { border-color: #DF4418; }
span { border-color: rgb(223,68,24); }
td.TdClassName
{
border-color: #DF4418;
}
.TagClassName
{
border-color: #DF4418;
}
</style>