Html Css Color HEX #DD4014 Harley Davidson Orange
📋 copy color: '#DD4014'red 221 ◦ green 64 ◦ blue 20
Shades of Harley Davidson Orange #DD4014
Tints of Harley Davidson Orange #DD4014
RGB
CMYK
RGB Variations
Color information
#DD4014 (or 0xDD4014) is known color: Harley Davidson Orange. HEX triplet: DD, 40 and 14. RGB value is (221,64,20). Sum of RGB (Red+Green+Blue) = 221+64+20=305 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.46% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4014 is #22BFEB. Grayscale: #6A6A6A. Windows color (decimal): -2277356 or 1327325. OLE color: 1327325.
HSL color Cylindrical-coordinate representation of color #DD4014: hue angle of 13.13º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD4014 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 20 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.13 |
| HSL | 13.13º | 0.83% | 0.47% | - |
| HSV(B) | 13.13º | 0.91% | 0.87% | - |
| XYZ | 31.78 | 19.09 | 2.67 | - |
| YUV | 105.93 | 79.51 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 20 | 0 | 0.71 | 0.91 | 0.13 | 13.13 | 0.83 | 0.47 |
| Hex | DD | 40 | 14 | 0 | 47 | 5B | D | D | 53 | 2F |
| Octal | 335 | 100 | 24 | 0 | 107 | 133 | 15 | 15 | 123 | 57 |
| Binary | 11011101 | 1000000 | 10100 | 0 | 1000111 | 1011011 | 1101 | 1101 | 1010011 | 101111 |
Color Harmonies of #DD4014
Complementary color
Monochromatic Colors of #DD4014
Black with #DD4014
Text Example
Text Example
White with #DD4014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4014; }
p { color: rgb(221,64,20); }
H1.HeaderClassName
{
color: #DD4014;
}
.AnyTagClassName
{
color: #DD4014;
}
</style>
background-color css
<style>
a { background-color: #DD4014; }
a { background-color: rgb(221,64,20); }
div.DivClassName
{
background-color: #DD4014;
}
.BgClassName
{
background-color: #DD4014;
}
</style>
border-color css
<style>
span { border-color: #DD4014; }
span { border-color: rgb(221,64,20); }
td.TdClassName
{
border-color: #DD4014;
}
.TagClassName
{
border-color: #DD4014;
}
</style>