Html Css Color HEX #DD1817 Harley Davidson Orange
📋 copy color: '#DD1817'red 221 ◦ green 24 ◦ blue 23
Shades of Harley Davidson Orange #DD1817
Tints of Harley Davidson Orange #DD1817
RGB
CMYK
RGB Variations
Color information
#DD1817 (or 0xDD1817) is known color: Harley Davidson Orange. HEX triplet: DD, 18 and 17. RGB value is (221,24,23). Sum of RGB (Red+Green+Blue) = 221+24+23=268 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.46% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1817 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1817 is #22E7E8. Grayscale: #525252. Windows color (decimal): -2287593 or 1513693. OLE color: 1513693.
HSL color Cylindrical-coordinate representation of color #DD1817: hue angle of 0.3º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1817 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 24 | 23 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.13 |
| HSL | 0.3º | 0.81% | 0.48% | - |
| HSV(B) | 0.3º | 0.9% | 0.87% | - |
| XYZ | 30.3 | 16.09 | 2.32 | - |
| YUV | 82.79 | 94.27 | 226.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 24 | 23 | 0 | 0.89 | 0.90 | 0.13 | 0.3 | 0.81 | 0.48 |
| Hex | DD | 18 | 17 | 0 | 59 | 5A | D | 0 | 51 | 30 |
| Octal | 335 | 30 | 27 | 0 | 131 | 132 | 15 | 0 | 121 | 60 |
| Binary | 11011101 | 11000 | 10111 | 0 | 1011001 | 1011010 | 1101 | 0 | 1010001 | 110000 |
Color Harmonies of #DD1817
Complementary color
Monochromatic Colors of #DD1817
Black with #DD1817
Text Example
Text Example
White with #DD1817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1817; }
p { color: rgb(221,24,23); }
H1.HeaderClassName
{
color: #DD1817;
}
.AnyTagClassName
{
color: #DD1817;
}
</style>
background-color css
<style>
a { background-color: #DD1817; }
a { background-color: rgb(221,24,23); }
div.DivClassName
{
background-color: #DD1817;
}
.BgClassName
{
background-color: #DD1817;
}
</style>
border-color css
<style>
span { border-color: #DD1817; }
span { border-color: rgb(221,24,23); }
td.TdClassName
{
border-color: #DD1817;
}
.TagClassName
{
border-color: #DD1817;
}
</style>