Html Css Color HEX #DD4004 Harley Davidson Orange
📋 copy color: '#DD4004'red 221 ◦ green 64 ◦ blue 4
Shades of Harley Davidson Orange #DD4004
Tints of Harley Davidson Orange #DD4004
RGB
CMYK
RGB Variations
Color information
#DD4004 (or 0xDD4004) is known color: Harley Davidson Orange. HEX triplet: DD, 40 and 04. RGB value is (221,64,4). Sum of RGB (Red+Green+Blue) = 221+64+4=289 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.47% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4004 is #22BFFB. Grayscale: #686868. Windows color (decimal): -2277372 or 278749. OLE color: 278749.
HSL color Cylindrical-coordinate representation of color #DD4004: hue angle of 16.59º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD4004 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 4 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.13 |
| HSL | 16.59º | 0.96% | 0.44% | - |
| HSV(B) | 16.59º | 0.98% | 0.87% | - |
| XYZ | 31.67 | 19.05 | 2.12 | - |
| YUV | 104.1 | 71.51 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 4 | 0 | 0.71 | 0.98 | 0.13 | 16.59 | 0.96 | 0.44 |
| Hex | DD | 40 | 4 | 0 | 47 | 62 | D | 11 | 60 | 2C |
| Octal | 335 | 100 | 4 | 0 | 107 | 142 | 15 | 21 | 140 | 54 |
| Binary | 11011101 | 1000000 | 100 | 0 | 1000111 | 1100010 | 1101 | 10001 | 1100000 | 101100 |
Color Harmonies of #DD4004
Complementary color
Monochromatic Colors of #DD4004
Black with #DD4004
Text Example
Text Example
White with #DD4004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4004; }
p { color: rgb(221,64,4); }
H1.HeaderClassName
{
color: #DD4004;
}
.AnyTagClassName
{
color: #DD4004;
}
</style>
background-color css
<style>
a { background-color: #DD4004; }
a { background-color: rgb(221,64,4); }
div.DivClassName
{
background-color: #DD4004;
}
.BgClassName
{
background-color: #DD4004;
}
</style>
border-color css
<style>
span { border-color: #DD4004; }
span { border-color: rgb(221,64,4); }
td.TdClassName
{
border-color: #DD4004;
}
.TagClassName
{
border-color: #DD4004;
}
</style>