Html Css Color HEX #DD1814 Harley Davidson Orange
📋 copy color: '#DD1814'red 221 ◦ green 24 ◦ blue 20
Shades of Harley Davidson Orange #DD1814
Tints of Harley Davidson Orange #DD1814
RGB
CMYK
RGB Variations
Color information
#DD1814 (or 0xDD1814) is known color: Harley Davidson Orange. HEX triplet: DD, 18 and 14. RGB value is (221,24,20). Sum of RGB (Red+Green+Blue) = 221+24+20=265 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.40% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1814 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1814 is #22E7EB. Grayscale: #525252. Windows color (decimal): -2287596 or 1317085. OLE color: 1317085.
HSL color Cylindrical-coordinate representation of color #DD1814: hue angle of 1.19º 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 #DD1814 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 24 | 20 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.13 |
| HSL | 1.19º | 0.83% | 0.47% | - |
| HSV(B) | 1.19º | 0.91% | 0.87% | - |
| XYZ | 30.27 | 16.08 | 2.17 | - |
| YUV | 82.45 | 92.77 | 226.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 24 | 20 | 0 | 0.89 | 0.91 | 0.13 | 1.19 | 0.83 | 0.47 |
| Hex | DD | 18 | 14 | 0 | 59 | 5B | D | 1 | 53 | 2F |
| Octal | 335 | 30 | 24 | 0 | 131 | 133 | 15 | 1 | 123 | 57 |
| Binary | 11011101 | 11000 | 10100 | 0 | 1011001 | 1011011 | 1101 | 1 | 1010011 | 101111 |
Color Harmonies of #DD1814
Complementary color
Monochromatic Colors of #DD1814
Black with #DD1814
Text Example
Text Example
White with #DD1814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1814; }
p { color: rgb(221,24,20); }
H1.HeaderClassName
{
color: #DD1814;
}
.AnyTagClassName
{
color: #DD1814;
}
</style>
background-color css
<style>
a { background-color: #DD1814; }
a { background-color: rgb(221,24,20); }
div.DivClassName
{
background-color: #DD1814;
}
.BgClassName
{
background-color: #DD1814;
}
</style>
border-color css
<style>
span { border-color: #DD1814; }
span { border-color: rgb(221,24,20); }
td.TdClassName
{
border-color: #DD1814;
}
.TagClassName
{
border-color: #DD1814;
}
</style>