Html Css Color HEX #DD1E13 Harley Davidson Orange
📋 copy color: '#DD1E13'red 221 ◦ green 30 ◦ blue 19
Shades of Harley Davidson Orange #DD1E13
Tints of Harley Davidson Orange #DD1E13
RGB
CMYK
RGB Variations
Color information
#DD1E13 (or 0xDD1E13) is known color: Harley Davidson Orange. HEX triplet: DD, 1E and 13. RGB value is (221,30,19). Sum of RGB (Red+Green+Blue) = 221+30+19=270 (35% of max value = 765). Red value is 221 (86.72% from 255 or 81.85% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD1E13 is #22E1EC. Grayscale: #565656. Windows color (decimal): -2286061 or 1253085. OLE color: 1253085.
HSL color Cylindrical-coordinate representation of color #DD1E13: hue angle of 3.27º degrees, saturation: 0.84, 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 #DD1E13 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 30 | 19 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.13 |
| HSL | 3.27º | 0.84% | 0.47% | - |
| HSV(B) | 3.27º | 0.91% | 0.87% | - |
| XYZ | 30.4 | 16.35 | 2.17 | - |
| YUV | 85.86 | 90.28 | 224.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 30 | 19 | 0 | 0.86 | 0.91 | 0.13 | 3.27 | 0.84 | 0.47 |
| Hex | DD | 1E | 13 | 0 | 56 | 5B | D | 3 | 54 | 2F |
| Octal | 335 | 36 | 23 | 0 | 126 | 133 | 15 | 3 | 124 | 57 |
| Binary | 11011101 | 11110 | 10011 | 0 | 1010110 | 1011011 | 1101 | 11 | 1010100 | 101111 |
Color Harmonies of #DD1E13
Complementary color
Monochromatic Colors of #DD1E13
Black with #DD1E13
Text Example
Text Example
White with #DD1E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1E13; }
p { color: rgb(221,30,19); }
H1.HeaderClassName
{
color: #DD1E13;
}
.AnyTagClassName
{
color: #DD1E13;
}
</style>
background-color css
<style>
a { background-color: #DD1E13; }
a { background-color: rgb(221,30,19); }
div.DivClassName
{
background-color: #DD1E13;
}
.BgClassName
{
background-color: #DD1E13;
}
</style>
border-color css
<style>
span { border-color: #DD1E13; }
span { border-color: rgb(221,30,19); }
td.TdClassName
{
border-color: #DD1E13;
}
.TagClassName
{
border-color: #DD1E13;
}
</style>