Html Css Color HEX #DF440F Harley Davidson Orange
📋 copy color: '#DF440F'red 223 ◦ green 68 ◦ blue 15
Shades of Harley Davidson Orange #DF440F
Tints of Harley Davidson Orange #DF440F
RGB
CMYK
RGB Variations
Color information
#DF440F (or 0xDF440F) is known color: Harley Davidson Orange. HEX triplet: DF, 44 and 0F. RGB value is (223,68,15). Sum of RGB (Red+Green+Blue) = 223+68+15=306 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.88% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 223 - color contains mainly: red. Hex color #DF440F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF440F is #20BBF0. Grayscale: #6C6C6C. Windows color (decimal): -2145265 or 1000671. OLE color: 1000671.
HSL color Cylindrical-coordinate representation of color #DF440F: hue angle of 15.29º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF440F is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 68 | 15 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.13 |
| HSL | 15.29º | 0.87% | 0.47% | - |
| HSV(B) | 15.29º | 0.93% | 0.87% | - |
| XYZ | 32.58 | 19.86 | 2.57 | - |
| YUV | 108.3 | 75.35 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 68 | 15 | 0 | 0.70 | 0.93 | 0.13 | 15.29 | 0.87 | 0.47 |
| Hex | DF | 44 | F | 0 | 46 | 5D | D | F | 57 | 2F |
| Octal | 337 | 104 | 17 | 0 | 106 | 135 | 15 | 17 | 127 | 57 |
| Binary | 11011111 | 1000100 | 1111 | 0 | 1000110 | 1011101 | 1101 | 1111 | 1010111 | 101111 |
Color Harmonies of #DF440F
Complementary color
Monochromatic Colors of #DF440F
Black with #DF440F
Text Example
Text Example
White with #DF440F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF440F; }
p { color: rgb(223,68,15); }
H1.HeaderClassName
{
color: #DF440F;
}
.AnyTagClassName
{
color: #DF440F;
}
</style>
background-color css
<style>
a { background-color: #DF440F; }
a { background-color: rgb(223,68,15); }
div.DivClassName
{
background-color: #DF440F;
}
.BgClassName
{
background-color: #DF440F;
}
</style>
border-color css
<style>
span { border-color: #DF440F; }
span { border-color: rgb(223,68,15); }
td.TdClassName
{
border-color: #DF440F;
}
.TagClassName
{
border-color: #DF440F;
}
</style>