Html Css Color HEX #DD1919 Harley Davidson Orange
📋 copy color: '#DD1919'red 221 ◦ green 25 ◦ blue 25
Shades of Harley Davidson Orange #DD1919
Tints of Harley Davidson Orange #DD1919
RGB
CMYK
RGB Variations
Color information
#DD1919 (or 0xDD1919) is known color: Harley Davidson Orange. HEX triplet: DD, 19 and 19. RGB value is (221,25,25). Sum of RGB (Red+Green+Blue) = 221+25+25=271 (35% of max value = 765). Red value is 221 (86.72% from 255 or 81.55% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1919 is #22E6E6. Grayscale: #535353. Windows color (decimal): -2287335 or 1645021. OLE color: 1645021.
HSL color Cylindrical-coordinate representation of color #DD1919: hue angle of 0º 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 #DD1919 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 25 | 25 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.13 |
| HSL | 0º | 0.8% | 0.48% | - |
| HSV(B) | 0º | 0.89% | 0.87% | - |
| XYZ | 30.34 | 16.14 | 2.44 | - |
| YUV | 83.6 | 94.93 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 25 | 25 | 0 | 0.89 | 0.89 | 0.13 | 0 | 0.8 | 0.48 |
| Hex | DD | 19 | 19 | 0 | 59 | 59 | D | 0 | 50 | 30 |
| Octal | 335 | 31 | 31 | 0 | 131 | 131 | 15 | 0 | 120 | 60 |
| Binary | 11011101 | 11001 | 11001 | 0 | 1011001 | 1011001 | 1101 | 0 | 1010000 | 110000 |
Color Harmonies of #DD1919
Complementary color
Monochromatic Colors of #DD1919
Black with #DD1919
Text Example
Text Example
White with #DD1919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1919; }
p { color: rgb(221,25,25); }
H1.HeaderClassName
{
color: #DD1919;
}
.AnyTagClassName
{
color: #DD1919;
}
</style>
background-color css
<style>
a { background-color: #DD1919; }
a { background-color: rgb(221,25,25); }
div.DivClassName
{
background-color: #DD1919;
}
.BgClassName
{
background-color: #DD1919;
}
</style>
border-color css
<style>
span { border-color: #DD1919; }
span { border-color: rgb(221,25,25); }
td.TdClassName
{
border-color: #DD1919;
}
.TagClassName
{
border-color: #DD1919;
}
</style>