Html Css Color HEX #DF4219 Harley Davidson Orange
📋 copy color: '#DF4219'red 223 ◦ green 66 ◦ blue 25
Shades of Harley Davidson Orange #DF4219
Tints of Harley Davidson Orange #DF4219
RGB
CMYK
RGB Variations
Color information
#DF4219 (or 0xDF4219) is known color: Harley Davidson Orange. HEX triplet: DF, 42 and 19. RGB value is (223,66,25). Sum of RGB (Red+Green+Blue) = 223+66+25=314 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.02% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4219 is #20BDE6. Grayscale: #6C6C6C. Windows color (decimal): -2145767 or 1655519. OLE color: 1655519.
HSL color Cylindrical-coordinate representation of color #DF4219: hue angle of 12.42º 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 #DF4219 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 25 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.13 |
| HSL | 12.42º | 0.8% | 0.49% | - |
| HSV(B) | 12.42º | 0.89% | 0.87% | - |
| XYZ | 32.56 | 19.65 | 3 | - |
| YUV | 108.27 | 81.01 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 25 | 0 | 0.70 | 0.89 | 0.13 | 12.42 | 0.8 | 0.49 |
| Hex | DF | 42 | 19 | 0 | 46 | 59 | D | C | 50 | 31 |
| Octal | 337 | 102 | 31 | 0 | 106 | 131 | 15 | 14 | 120 | 61 |
| Binary | 11011111 | 1000010 | 11001 | 0 | 1000110 | 1011001 | 1101 | 1100 | 1010000 | 110001 |
Color Harmonies of #DF4219
Complementary color
Monochromatic Colors of #DF4219
Black with #DF4219
Text Example
Text Example
White with #DF4219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4219; }
p { color: rgb(223,66,25); }
H1.HeaderClassName
{
color: #DF4219;
}
.AnyTagClassName
{
color: #DF4219;
}
</style>
background-color css
<style>
a { background-color: #DF4219; }
a { background-color: rgb(223,66,25); }
div.DivClassName
{
background-color: #DF4219;
}
.BgClassName
{
background-color: #DF4219;
}
</style>
border-color css
<style>
span { border-color: #DF4219; }
span { border-color: rgb(223,66,25); }
td.TdClassName
{
border-color: #DF4219;
}
.TagClassName
{
border-color: #DF4219;
}
</style>