Html Css Color HEX #DF440D Harley Davidson Orange
📋 copy color: '#DF440D'red 223 ◦ green 68 ◦ blue 13
Shades of Harley Davidson Orange #DF440D
Tints of Harley Davidson Orange #DF440D
RGB
CMYK
RGB Variations
Color information
#DF440D (or 0xDF440D) is known color: Harley Davidson Orange. HEX triplet: DF, 44 and 0D. RGB value is (223,68,13). Sum of RGB (Red+Green+Blue) = 223+68+13=304 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.36% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 223 - color contains mainly: red. Hex color #DF440D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF440D is #20BBF2. Grayscale: #6C6C6C. Windows color (decimal): -2145267 or 869599. OLE color: 869599.
HSL color Cylindrical-coordinate representation of color #DF440D: hue angle of 15.71º degrees, saturation: 0.89, 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 #DF440D is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 68 | 13 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.13 |
| HSL | 15.71º | 0.89% | 0.46% | - |
| HSV(B) | 15.71º | 0.94% | 0.87% | - |
| XYZ | 32.57 | 19.85 | 2.5 | - |
| YUV | 108.08 | 74.35 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 68 | 13 | 0 | 0.70 | 0.94 | 0.13 | 15.71 | 0.89 | 0.46 |
| Hex | DF | 44 | D | 0 | 46 | 5E | D | 10 | 59 | 2E |
| Octal | 337 | 104 | 15 | 0 | 106 | 136 | 15 | 20 | 131 | 56 |
| Binary | 11011111 | 1000100 | 1101 | 0 | 1000110 | 1011110 | 1101 | 10000 | 1011001 | 101110 |
Color Harmonies of #DF440D
Complementary color
Monochromatic Colors of #DF440D
Black with #DF440D
Text Example
Text Example
White with #DF440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF440D; }
p { color: rgb(223,68,13); }
H1.HeaderClassName
{
color: #DF440D;
}
.AnyTagClassName
{
color: #DF440D;
}
</style>
background-color css
<style>
a { background-color: #DF440D; }
a { background-color: rgb(223,68,13); }
div.DivClassName
{
background-color: #DF440D;
}
.BgClassName
{
background-color: #DF440D;
}
</style>
border-color css
<style>
span { border-color: #DF440D; }
span { border-color: rgb(223,68,13); }
td.TdClassName
{
border-color: #DF440D;
}
.TagClassName
{
border-color: #DF440D;
}
</style>