Html Css Color HEX #DF4A18 Harley Davidson Orange
📋 copy color: '#DF4A18'red 223 ◦ green 74 ◦ blue 24
Shades of Harley Davidson Orange #DF4A18
Tints of Harley Davidson Orange #DF4A18
RGB
CMYK
RGB Variations
Color information
#DF4A18 (or 0xDF4A18) is known color: Harley Davidson Orange. HEX triplet: DF, 4A and 18. RGB value is (223,74,24). Sum of RGB (Red+Green+Blue) = 223+74+24=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4A18 is #20B5E7. Grayscale: #717171. Windows color (decimal): -2143720 or 1592031. OLE color: 1592031.
HSL color Cylindrical-coordinate representation of color #DF4A18: hue angle of 15.08º 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 #DF4A18 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 74 | 24 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.13 |
| HSL | 15.08º | 0.81% | 0.48% | - |
| HSV(B) | 15.08º | 0.89% | 0.87% | - |
| XYZ | 33.05 | 20.65 | 3.11 | - |
| YUV | 112.85 | 77.86 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 74 | 24 | 0 | 0.67 | 0.89 | 0.13 | 15.08 | 0.81 | 0.48 |
| Hex | DF | 4A | 18 | 0 | 43 | 59 | D | F | 51 | 30 |
| Octal | 337 | 112 | 30 | 0 | 103 | 131 | 15 | 17 | 121 | 60 |
| Binary | 11011111 | 1001010 | 11000 | 0 | 1000011 | 1011001 | 1101 | 1111 | 1010001 | 110000 |
Color Harmonies of #DF4A18
Complementary color
Monochromatic Colors of #DF4A18
Black with #DF4A18
Text Example
Text Example
White with #DF4A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4A18; }
p { color: rgb(223,74,24); }
H1.HeaderClassName
{
color: #DF4A18;
}
.AnyTagClassName
{
color: #DF4A18;
}
</style>
background-color css
<style>
a { background-color: #DF4A18; }
a { background-color: rgb(223,74,24); }
div.DivClassName
{
background-color: #DF4A18;
}
.BgClassName
{
background-color: #DF4A18;
}
</style>
border-color css
<style>
span { border-color: #DF4A18; }
span { border-color: rgb(223,74,24); }
td.TdClassName
{
border-color: #DF4A18;
}
.TagClassName
{
border-color: #DF4A18;
}
</style>