Html Css Color HEX #DF4519 Harley Davidson Orange
📋 copy color: '#DF4519'red 223 ◦ green 69 ◦ blue 25
Shades of Harley Davidson Orange #DF4519
Tints of Harley Davidson Orange #DF4519
RGB
CMYK
RGB Variations
Color information
#DF4519 (or 0xDF4519) is known color: Harley Davidson Orange. HEX triplet: DF, 45 and 19. RGB value is (223,69,25). Sum of RGB (Red+Green+Blue) = 223+69+25=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 25 (10.16% from 255 or 7.89% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4519 is #20BAE6. Grayscale: #6E6E6E. Windows color (decimal): -2144999 or 1656287. OLE color: 1656287.
HSL color Cylindrical-coordinate representation of color #DF4519: hue angle of 13.33º 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 #DF4519 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 69 | 25 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.13 |
| HSL | 13.33º | 0.8% | 0.49% | - |
| HSV(B) | 13.33º | 0.89% | 0.87% | - |
| XYZ | 32.74 | 20.01 | 3.06 | - |
| YUV | 110.03 | 80.02 | 208.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 69 | 25 | 0 | 0.69 | 0.89 | 0.13 | 13.33 | 0.8 | 0.49 |
| Hex | DF | 45 | 19 | 0 | 45 | 59 | D | D | 50 | 31 |
| Octal | 337 | 105 | 31 | 0 | 105 | 131 | 15 | 15 | 120 | 61 |
| Binary | 11011111 | 1000101 | 11001 | 0 | 1000101 | 1011001 | 1101 | 1101 | 1010000 | 110001 |
Color Harmonies of #DF4519
Complementary color
Monochromatic Colors of #DF4519
Black with #DF4519
Text Example
Text Example
White with #DF4519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4519; }
p { color: rgb(223,69,25); }
H1.HeaderClassName
{
color: #DF4519;
}
.AnyTagClassName
{
color: #DF4519;
}
</style>
background-color css
<style>
a { background-color: #DF4519; }
a { background-color: rgb(223,69,25); }
div.DivClassName
{
background-color: #DF4519;
}
.BgClassName
{
background-color: #DF4519;
}
</style>
border-color css
<style>
span { border-color: #DF4519; }
span { border-color: rgb(223,69,25); }
td.TdClassName
{
border-color: #DF4519;
}
.TagClassName
{
border-color: #DF4519;
}
</style>