Html Css Color HEX #DF4019 Harley Davidson Orange
📋 copy color: '#DF4019'red 223 ◦ green 64 ◦ blue 25
Shades of Harley Davidson Orange #DF4019
Tints of Harley Davidson Orange #DF4019
RGB
CMYK
RGB Variations
Color information
#DF4019 (or 0xDF4019) is known color: Harley Davidson Orange. HEX triplet: DF, 40 and 19. RGB value is (223,64,25). Sum of RGB (Red+Green+Blue) = 223+64+25=312 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.47% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4019 is #20BFE6. Grayscale: #6B6B6B. Windows color (decimal): -2146279 or 1655007. OLE color: 1655007.
HSL color Cylindrical-coordinate representation of color #DF4019: hue angle of 11.82º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF4019 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 25 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.13 |
| HSL | 11.82º | 0.8% | 0.49% | - |
| HSV(B) | 11.82º | 0.89% | 0.87% | - |
| XYZ | 32.44 | 19.42 | 2.96 | - |
| YUV | 107.1 | 81.68 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 25 | 0 | 0.71 | 0.89 | 0.13 | 11.82 | 0.8 | 0.49 |
| Hex | DF | 40 | 19 | 0 | 47 | 59 | D | C | 50 | 31 |
| Octal | 337 | 100 | 31 | 0 | 107 | 131 | 15 | 14 | 120 | 61 |
| Binary | 11011111 | 1000000 | 11001 | 0 | 1000111 | 1011001 | 1101 | 1100 | 1010000 | 110001 |
Color Harmonies of #DF4019
Complementary color
Monochromatic Colors of #DF4019
Black with #DF4019
Text Example
Text Example
White with #DF4019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4019; }
p { color: rgb(223,64,25); }
H1.HeaderClassName
{
color: #DF4019;
}
.AnyTagClassName
{
color: #DF4019;
}
</style>
background-color css
<style>
a { background-color: #DF4019; }
a { background-color: rgb(223,64,25); }
div.DivClassName
{
background-color: #DF4019;
}
.BgClassName
{
background-color: #DF4019;
}
</style>
border-color css
<style>
span { border-color: #DF4019; }
span { border-color: rgb(223,64,25); }
td.TdClassName
{
border-color: #DF4019;
}
.TagClassName
{
border-color: #DF4019;
}
</style>