Html Css Color HEX #DD440F Harley Davidson Orange
📋 copy color: '#DD440F'red 221 ◦ green 68 ◦ blue 15
Shades of Harley Davidson Orange #DD440F
Tints of Harley Davidson Orange #DD440F
RGB
CMYK
RGB Variations
Color information
#DD440F (or 0xDD440F) is known color: Harley Davidson Orange. HEX triplet: DD, 44 and 0F. RGB value is (221,68,15). Sum of RGB (Red+Green+Blue) = 221+68+15=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD440F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD440F is #22BBF0. Grayscale: #6C6C6C. Windows color (decimal): -2276337 or 1000669. OLE color: 1000669.
HSL color Cylindrical-coordinate representation of color #DD440F: hue angle of 15.44º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD440F is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 15 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.13 |
| HSL | 15.44º | 0.87% | 0.46% | - |
| HSV(B) | 15.44º | 0.93% | 0.87% | - |
| XYZ | 31.97 | 19.54 | 2.54 | - |
| YUV | 107.71 | 75.69 | 208.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 15 | 0 | 0.69 | 0.93 | 0.13 | 15.44 | 0.87 | 0.46 |
| Hex | DD | 44 | F | 0 | 45 | 5D | D | F | 57 | 2E |
| Octal | 335 | 104 | 17 | 0 | 105 | 135 | 15 | 17 | 127 | 56 |
| Binary | 11011101 | 1000100 | 1111 | 0 | 1000101 | 1011101 | 1101 | 1111 | 1010111 | 101110 |
Color Harmonies of #DD440F
Complementary color
Monochromatic Colors of #DD440F
Black with #DD440F
Text Example
Text Example
White with #DD440F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD440F; }
p { color: rgb(221,68,15); }
H1.HeaderClassName
{
color: #DD440F;
}
.AnyTagClassName
{
color: #DD440F;
}
</style>
background-color css
<style>
a { background-color: #DD440F; }
a { background-color: rgb(221,68,15); }
div.DivClassName
{
background-color: #DD440F;
}
.BgClassName
{
background-color: #DD440F;
}
</style>
border-color css
<style>
span { border-color: #DD440F; }
span { border-color: rgb(221,68,15); }
td.TdClassName
{
border-color: #DD440F;
}
.TagClassName
{
border-color: #DD440F;
}
</style>