Html Css Color HEX #DD2617 Harley Davidson Orange
📋 copy color: '#DD2617'red 221 ◦ green 38 ◦ blue 23
Shades of Harley Davidson Orange #DD2617
Tints of Harley Davidson Orange #DD2617
RGB
CMYK
RGB Variations
Color information
#DD2617 (or 0xDD2617) is known color: Harley Davidson Orange. HEX triplet: DD, 26 and 17. RGB value is (221,38,23). Sum of RGB (Red+Green+Blue) = 221+38+23=282 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.37% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2617 is #22D9E8. Grayscale: #5B5B5B. Windows color (decimal): -2284009 or 1517277. OLE color: 1517277.
HSL color Cylindrical-coordinate representation of color #DD2617: hue angle of 4.55º 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 #DD2617 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 23 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.13 |
| HSL | 4.55º | 0.81% | 0.48% | - |
| HSV(B) | 4.55º | 0.9% | 0.87% | - |
| XYZ | 30.67 | 16.82 | 2.44 | - |
| YUV | 91.01 | 89.63 | 220.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 23 | 0 | 0.83 | 0.90 | 0.13 | 4.55 | 0.81 | 0.48 |
| Hex | DD | 26 | 17 | 0 | 53 | 5A | D | 5 | 51 | 30 |
| Octal | 335 | 46 | 27 | 0 | 123 | 132 | 15 | 5 | 121 | 60 |
| Binary | 11011101 | 100110 | 10111 | 0 | 1010011 | 1011010 | 1101 | 101 | 1010001 | 110000 |
Color Harmonies of #DD2617
Complementary color
Monochromatic Colors of #DD2617
Black with #DD2617
Text Example
Text Example
White with #DD2617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2617; }
p { color: rgb(221,38,23); }
H1.HeaderClassName
{
color: #DD2617;
}
.AnyTagClassName
{
color: #DD2617;
}
</style>
background-color css
<style>
a { background-color: #DD2617; }
a { background-color: rgb(221,38,23); }
div.DivClassName
{
background-color: #DD2617;
}
.BgClassName
{
background-color: #DD2617;
}
</style>
border-color css
<style>
span { border-color: #DD2617; }
span { border-color: rgb(221,38,23); }
td.TdClassName
{
border-color: #DD2617;
}
.TagClassName
{
border-color: #DD2617;
}
</style>