Html Css Color HEX #DD2917 Harley Davidson Orange
📋 copy color: '#DD2917'red 221 ◦ green 41 ◦ blue 23
Shades of Harley Davidson Orange #DD2917
Tints of Harley Davidson Orange #DD2917
RGB
CMYK
RGB Variations
Color information
#DD2917 (or 0xDD2917) is known color: Harley Davidson Orange. HEX triplet: DD, 29 and 17. RGB value is (221,41,23). Sum of RGB (Red+Green+Blue) = 221+41+23=285 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.54% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 23 (9.38% from 255 or 8.07% from 285); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2917 is #22D6E8. Grayscale: #5D5D5D. Windows color (decimal): -2283241 or 1518045. OLE color: 1518045.
HSL color Cylindrical-coordinate representation of color #DD2917: hue angle of 5.45º 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 #DD2917 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 41 | 23 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.13 |
| HSL | 5.45º | 0.81% | 0.48% | - |
| HSV(B) | 5.45º | 0.9% | 0.87% | - |
| XYZ | 30.77 | 17.02 | 2.47 | - |
| YUV | 92.77 | 88.63 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 23 | 0 | 0.81 | 0.90 | 0.13 | 5.45 | 0.81 | 0.48 |
| Hex | DD | 29 | 17 | 0 | 51 | 5A | D | 5 | 51 | 30 |
| Octal | 335 | 51 | 27 | 0 | 121 | 132 | 15 | 5 | 121 | 60 |
| Binary | 11011101 | 101001 | 10111 | 0 | 1010001 | 1011010 | 1101 | 101 | 1010001 | 110000 |
Color Harmonies of #DD2917
Complementary color
Monochromatic Colors of #DD2917
Black with #DD2917
Text Example
Text Example
White with #DD2917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2917; }
p { color: rgb(221,41,23); }
H1.HeaderClassName
{
color: #DD2917;
}
.AnyTagClassName
{
color: #DD2917;
}
</style>
background-color css
<style>
a { background-color: #DD2917; }
a { background-color: rgb(221,41,23); }
div.DivClassName
{
background-color: #DD2917;
}
.BgClassName
{
background-color: #DD2917;
}
</style>
border-color css
<style>
span { border-color: #DD2917; }
span { border-color: rgb(221,41,23); }
td.TdClassName
{
border-color: #DD2917;
}
.TagClassName
{
border-color: #DD2917;
}
</style>