Html Css Color HEX #DF4119 Harley Davidson Orange
📋 copy color: '#DF4119'red 223 ◦ green 65 ◦ blue 25
Shades of Harley Davidson Orange #DF4119
Tints of Harley Davidson Orange #DF4119
RGB
CMYK
RGB Variations
Color information
#DF4119 (or 0xDF4119) is known color: Harley Davidson Orange. HEX triplet: DF, 41 and 19. RGB value is (223,65,25). Sum of RGB (Red+Green+Blue) = 223+65+25=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4119 is #20BEE6. Grayscale: #6C6C6C. Windows color (decimal): -2146023 or 1655263. OLE color: 1655263.
HSL color Cylindrical-coordinate representation of color #DF4119: hue angle of 12.12º 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 #DF4119 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 25 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.13 |
| HSL | 12.12º | 0.8% | 0.49% | - |
| HSV(B) | 12.12º | 0.89% | 0.87% | - |
| XYZ | 32.5 | 19.54 | 2.98 | - |
| YUV | 107.68 | 81.35 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 25 | 0 | 0.71 | 0.89 | 0.13 | 12.12 | 0.8 | 0.49 |
| Hex | DF | 41 | 19 | 0 | 47 | 59 | D | C | 50 | 31 |
| Octal | 337 | 101 | 31 | 0 | 107 | 131 | 15 | 14 | 120 | 61 |
| Binary | 11011111 | 1000001 | 11001 | 0 | 1000111 | 1011001 | 1101 | 1100 | 1010000 | 110001 |
Color Harmonies of #DF4119
Complementary color
Monochromatic Colors of #DF4119
Black with #DF4119
Text Example
Text Example
White with #DF4119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4119; }
p { color: rgb(223,65,25); }
H1.HeaderClassName
{
color: #DF4119;
}
.AnyTagClassName
{
color: #DF4119;
}
</style>
background-color css
<style>
a { background-color: #DF4119; }
a { background-color: rgb(223,65,25); }
div.DivClassName
{
background-color: #DF4119;
}
.BgClassName
{
background-color: #DF4119;
}
</style>
border-color css
<style>
span { border-color: #DF4119; }
span { border-color: rgb(223,65,25); }
td.TdClassName
{
border-color: #DF4119;
}
.TagClassName
{
border-color: #DF4119;
}
</style>