Html Css Color HEX #DF4118 Harley Davidson Orange
📋 copy color: '#DF4118'red 223 ◦ green 65 ◦ blue 24
Shades of Harley Davidson Orange #DF4118
Tints of Harley Davidson Orange #DF4118
RGB
CMYK
RGB Variations
Color information
#DF4118 (or 0xDF4118) is known color: Harley Davidson Orange. HEX triplet: DF, 41 and 18. RGB value is (223,65,24). Sum of RGB (Red+Green+Blue) = 223+65+24=312 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.47% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 24 (9.77% from 255 or 7.69% from 312); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4118 is #20BEE7. Grayscale: #6B6B6B. Windows color (decimal): -2146024 or 1589727. OLE color: 1589727.
HSL color Cylindrical-coordinate representation of color #DF4118: hue angle of 12.36º 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 #DF4118 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 24 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.13 |
| HSL | 12.36º | 0.81% | 0.48% | - |
| HSV(B) | 12.36º | 0.89% | 0.87% | - |
| XYZ | 32.49 | 19.53 | 2.92 | - |
| YUV | 107.57 | 80.85 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 24 | 0 | 0.71 | 0.89 | 0.13 | 12.36 | 0.81 | 0.48 |
| Hex | DF | 41 | 18 | 0 | 47 | 59 | D | C | 51 | 30 |
| Octal | 337 | 101 | 30 | 0 | 107 | 131 | 15 | 14 | 121 | 60 |
| Binary | 11011111 | 1000001 | 11000 | 0 | 1000111 | 1011001 | 1101 | 1100 | 1010001 | 110000 |
Color Harmonies of #DF4118
Complementary color
Monochromatic Colors of #DF4118
Black with #DF4118
Text Example
Text Example
White with #DF4118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4118; }
p { color: rgb(223,65,24); }
H1.HeaderClassName
{
color: #DF4118;
}
.AnyTagClassName
{
color: #DF4118;
}
</style>
background-color css
<style>
a { background-color: #DF4118; }
a { background-color: rgb(223,65,24); }
div.DivClassName
{
background-color: #DF4118;
}
.BgClassName
{
background-color: #DF4118;
}
</style>
border-color css
<style>
span { border-color: #DF4118; }
span { border-color: rgb(223,65,24); }
td.TdClassName
{
border-color: #DF4118;
}
.TagClassName
{
border-color: #DF4118;
}
</style>