Html Css Color HEX #DD2717 Harley Davidson Orange
📋 copy color: '#DD2717'red 221 ◦ green 39 ◦ blue 23
Shades of Harley Davidson Orange #DD2717
Tints of Harley Davidson Orange #DD2717
RGB
CMYK
RGB Variations
Color information
#DD2717 (or 0xDD2717) is known color: Harley Davidson Orange. HEX triplet: DD, 27 and 17. RGB value is (221,39,23). Sum of RGB (Red+Green+Blue) = 221+39+23=283 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.09% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2717 is #22D8E8. Grayscale: #5B5B5B. Windows color (decimal): -2283753 or 1517533. OLE color: 1517533.
HSL color Cylindrical-coordinate representation of color #DD2717: hue angle of 4.85º 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 #DD2717 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 39 | 23 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.13 |
| HSL | 4.85º | 0.81% | 0.48% | - |
| HSV(B) | 4.85º | 0.9% | 0.87% | - |
| XYZ | 30.7 | 16.89 | 2.45 | - |
| YUV | 91.59 | 89.3 | 220.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 23 | 0 | 0.82 | 0.90 | 0.13 | 4.85 | 0.81 | 0.48 |
| Hex | DD | 27 | 17 | 0 | 52 | 5A | D | 5 | 51 | 30 |
| Octal | 335 | 47 | 27 | 0 | 122 | 132 | 15 | 5 | 121 | 60 |
| Binary | 11011101 | 100111 | 10111 | 0 | 1010010 | 1011010 | 1101 | 101 | 1010001 | 110000 |
Color Harmonies of #DD2717
Complementary color
Monochromatic Colors of #DD2717
Black with #DD2717
Text Example
Text Example
White with #DD2717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2717; }
p { color: rgb(221,39,23); }
H1.HeaderClassName
{
color: #DD2717;
}
.AnyTagClassName
{
color: #DD2717;
}
</style>
background-color css
<style>
a { background-color: #DD2717; }
a { background-color: rgb(221,39,23); }
div.DivClassName
{
background-color: #DD2717;
}
.BgClassName
{
background-color: #DD2717;
}
</style>
border-color css
<style>
span { border-color: #DD2717; }
span { border-color: rgb(221,39,23); }
td.TdClassName
{
border-color: #DD2717;
}
.TagClassName
{
border-color: #DD2717;
}
</style>