Html Css Color HEX #DF440E Harley Davidson Orange
📋 copy color: '#DF440E'red 223 ◦ green 68 ◦ blue 14
Shades of Harley Davidson Orange #DF440E
Tints of Harley Davidson Orange #DF440E
RGB
CMYK
RGB Variations
Color information
#DF440E (or 0xDF440E) is known color: Harley Davidson Orange. HEX triplet: DF, 44 and 0E. RGB value is (223,68,14). Sum of RGB (Red+Green+Blue) = 223+68+14=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 14 (5.86% from 255 or 4.59% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF440E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF440E is #20BBF1. Grayscale: #6C6C6C. Windows color (decimal): -2145266 or 935135. OLE color: 935135.
HSL color Cylindrical-coordinate representation of color #DF440E: hue angle of 15.5º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF440E is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 68 | 14 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.13 |
| HSL | 15.5º | 0.88% | 0.46% | - |
| HSV(B) | 15.5º | 0.94% | 0.87% | - |
| XYZ | 32.58 | 19.85 | 2.53 | - |
| YUV | 108.19 | 74.85 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 68 | 14 | 0 | 0.70 | 0.94 | 0.13 | 15.5 | 0.88 | 0.46 |
| Hex | DF | 44 | E | 0 | 46 | 5E | D | 10 | 58 | 2E |
| Octal | 337 | 104 | 16 | 0 | 106 | 136 | 15 | 20 | 130 | 56 |
| Binary | 11011111 | 1000100 | 1110 | 0 | 1000110 | 1011110 | 1101 | 10000 | 1011000 | 101110 |
Color Harmonies of #DF440E
Complementary color
Monochromatic Colors of #DF440E
Black with #DF440E
Text Example
Text Example
White with #DF440E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF440E; }
p { color: rgb(223,68,14); }
H1.HeaderClassName
{
color: #DF440E;
}
.AnyTagClassName
{
color: #DF440E;
}
</style>
background-color css
<style>
a { background-color: #DF440E; }
a { background-color: rgb(223,68,14); }
div.DivClassName
{
background-color: #DF440E;
}
.BgClassName
{
background-color: #DF440E;
}
</style>
border-color css
<style>
span { border-color: #DF440E; }
span { border-color: rgb(223,68,14); }
td.TdClassName
{
border-color: #DF440E;
}
.TagClassName
{
border-color: #DF440E;
}
</style>