Html Css Color HEX #DD1E05 Harley Davidson Orange
📋 copy color: '#DD1E05'red 221 ◦ green 30 ◦ blue 5
Shades of Harley Davidson Orange #DD1E05
Tints of Harley Davidson Orange #DD1E05
RGB
CMYK
RGB Variations
Color information
#DD1E05 (or 0xDD1E05) is known color: Harley Davidson Orange. HEX triplet: DD, 1E and 05. RGB value is (221,30,5). Sum of RGB (Red+Green+Blue) = 221+30+5=256 (33% of max value = 765). Red value is 221 (86.72% from 255 or 86.33% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD1E05 is #22E1FA. Grayscale: #545454. Windows color (decimal): -2286075 or 335581. OLE color: 335581.
HSL color Cylindrical-coordinate representation of color #DD1E05: hue angle of 6.94º 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 #DD1E05 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 30 | 5 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.13 |
| HSL | 6.94º | 0.96% | 0.44% | - |
| HSV(B) | 6.94º | 0.98% | 0.87% | - |
| XYZ | 30.31 | 16.31 | 1.69 | - |
| YUV | 84.26 | 83.28 | 225.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 30 | 5 | 0 | 0.86 | 0.98 | 0.13 | 6.94 | 0.96 | 0.44 |
| Hex | DD | 1E | 5 | 0 | 56 | 62 | D | 7 | 60 | 2C |
| Octal | 335 | 36 | 5 | 0 | 126 | 142 | 15 | 7 | 140 | 54 |
| Binary | 11011101 | 11110 | 101 | 0 | 1010110 | 1100010 | 1101 | 111 | 1100000 | 101100 |
Color Harmonies of #DD1E05
Complementary color
Monochromatic Colors of #DD1E05
Black with #DD1E05
Text Example
Text Example
White with #DD1E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1E05; }
p { color: rgb(221,30,5); }
H1.HeaderClassName
{
color: #DD1E05;
}
.AnyTagClassName
{
color: #DD1E05;
}
</style>
background-color css
<style>
a { background-color: #DD1E05; }
a { background-color: rgb(221,30,5); }
div.DivClassName
{
background-color: #DD1E05;
}
.BgClassName
{
background-color: #DD1E05;
}
</style>
border-color css
<style>
span { border-color: #DD1E05; }
span { border-color: rgb(221,30,5); }
td.TdClassName
{
border-color: #DD1E05;
}
.TagClassName
{
border-color: #DD1E05;
}
</style>