Html Css Color HEX #DD2804 Harley Davidson Orange
📋 copy color: '#DD2804'red 221 ◦ green 40 ◦ blue 4
Shades of Harley Davidson Orange #DD2804
Tints of Harley Davidson Orange #DD2804
RGB
CMYK
RGB Variations
Color information
#DD2804 (or 0xDD2804) is known color: Harley Davidson Orange. HEX triplet: DD, 28 and 04. RGB value is (221,40,4). Sum of RGB (Red+Green+Blue) = 221+40+4=265 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.40% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2804 is #22D7FB. Grayscale: #5A5A5A. Windows color (decimal): -2283516 or 272605. OLE color: 272605.
HSL color Cylindrical-coordinate representation of color #DD2804: hue angle of 9.95º 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 #DD2804 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 4 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.13 |
| HSL | 9.95º | 0.96% | 0.44% | - |
| HSV(B) | 9.95º | 0.98% | 0.87% | - |
| XYZ | 30.6 | 16.9 | 1.76 | - |
| YUV | 90.02 | 79.47 | 221.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 4 | 0 | 0.82 | 0.98 | 0.13 | 9.95 | 0.96 | 0.44 |
| Hex | DD | 28 | 4 | 0 | 52 | 62 | D | A | 60 | 2C |
| Octal | 335 | 50 | 4 | 0 | 122 | 142 | 15 | 12 | 140 | 54 |
| Binary | 11011101 | 101000 | 100 | 0 | 1010010 | 1100010 | 1101 | 1010 | 1100000 | 101100 |
Color Harmonies of #DD2804
Complementary color
Monochromatic Colors of #DD2804
Black with #DD2804
Text Example
Text Example
White with #DD2804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2804; }
p { color: rgb(221,40,4); }
H1.HeaderClassName
{
color: #DD2804;
}
.AnyTagClassName
{
color: #DD2804;
}
</style>
background-color css
<style>
a { background-color: #DD2804; }
a { background-color: rgb(221,40,4); }
div.DivClassName
{
background-color: #DD2804;
}
.BgClassName
{
background-color: #DD2804;
}
</style>
border-color css
<style>
span { border-color: #DD2804; }
span { border-color: rgb(221,40,4); }
td.TdClassName
{
border-color: #DD2804;
}
.TagClassName
{
border-color: #DD2804;
}
</style>