Html Css Color HEX #DD1918 Harley Davidson Orange
📋 copy color: '#DD1918'red 221 ◦ green 25 ◦ blue 24
Shades of Harley Davidson Orange #DD1918
Tints of Harley Davidson Orange #DD1918
RGB
CMYK
RGB Variations
Color information
#DD1918 (or 0xDD1918) is known color: Harley Davidson Orange. HEX triplet: DD, 19 and 18. RGB value is (221,25,24). Sum of RGB (Red+Green+Blue) = 221+25+24=270 (35% of max value = 765). Red value is 221 (86.72% from 255 or 81.85% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 24 (9.77% from 255 or 8.89% from 270); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1918 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1918 is #22E6E7. Grayscale: #535353. Windows color (decimal): -2287336 or 1579485. OLE color: 1579485.
HSL color Cylindrical-coordinate representation of color #DD1918: hue angle of 0.3º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD1918 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 25 | 24 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.13 |
| HSL | 0.3º | 0.8% | 0.48% | - |
| HSV(B) | 0.3º | 0.89% | 0.87% | - |
| XYZ | 30.33 | 16.13 | 2.38 | - |
| YUV | 83.49 | 94.43 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 25 | 24 | 0 | 0.89 | 0.89 | 0.13 | 0.3 | 0.8 | 0.48 |
| Hex | DD | 19 | 18 | 0 | 59 | 59 | D | 0 | 50 | 30 |
| Octal | 335 | 31 | 30 | 0 | 131 | 131 | 15 | 0 | 120 | 60 |
| Binary | 11011101 | 11001 | 11000 | 0 | 1011001 | 1011001 | 1101 | 0 | 1010000 | 110000 |
Color Harmonies of #DD1918
Complementary color
Monochromatic Colors of #DD1918
Black with #DD1918
Text Example
Text Example
White with #DD1918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1918; }
p { color: rgb(221,25,24); }
H1.HeaderClassName
{
color: #DD1918;
}
.AnyTagClassName
{
color: #DD1918;
}
</style>
background-color css
<style>
a { background-color: #DD1918; }
a { background-color: rgb(221,25,24); }
div.DivClassName
{
background-color: #DD1918;
}
.BgClassName
{
background-color: #DD1918;
}
</style>
border-color css
<style>
span { border-color: #DD1918; }
span { border-color: rgb(221,25,24); }
td.TdClassName
{
border-color: #DD1918;
}
.TagClassName
{
border-color: #DD1918;
}
</style>