Html Css Color HEX #DD3717 Harley Davidson Orange
📋 copy color: '#DD3717'red 221 ◦ green 55 ◦ blue 23
Shades of Harley Davidson Orange #DD3717
Tints of Harley Davidson Orange #DD3717
RGB
CMYK
RGB Variations
Color information
#DD3717 (or 0xDD3717) is known color: Harley Davidson Orange. HEX triplet: DD, 37 and 17. RGB value is (221,55,23). Sum of RGB (Red+Green+Blue) = 221+55+23=299 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.91% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 23 (9.38% from 255 or 7.69% from 299); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3717 is #22C8E8. Grayscale: #656565. Windows color (decimal): -2279657 or 1521629. OLE color: 1521629.
HSL color Cylindrical-coordinate representation of color #DD3717: hue angle of 9.7º 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 #DD3717 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 23 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.13 |
| HSL | 9.7º | 0.81% | 0.48% | - |
| HSV(B) | 9.7º | 0.9% | 0.87% | - |
| XYZ | 31.34 | 18.17 | 2.67 | - |
| YUV | 100.99 | 84 | 213.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 23 | 0 | 0.75 | 0.90 | 0.13 | 9.7 | 0.81 | 0.48 |
| Hex | DD | 37 | 17 | 0 | 4B | 5A | D | A | 51 | 30 |
| Octal | 335 | 67 | 27 | 0 | 113 | 132 | 15 | 12 | 121 | 60 |
| Binary | 11011101 | 110111 | 10111 | 0 | 1001011 | 1011010 | 1101 | 1010 | 1010001 | 110000 |
Color Harmonies of #DD3717
Complementary color
Monochromatic Colors of #DD3717
Black with #DD3717
Text Example
Text Example
White with #DD3717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3717; }
p { color: rgb(221,55,23); }
H1.HeaderClassName
{
color: #DD3717;
}
.AnyTagClassName
{
color: #DD3717;
}
</style>
background-color css
<style>
a { background-color: #DD3717; }
a { background-color: rgb(221,55,23); }
div.DivClassName
{
background-color: #DD3717;
}
.BgClassName
{
background-color: #DD3717;
}
</style>
border-color css
<style>
span { border-color: #DD3717; }
span { border-color: rgb(221,55,23); }
td.TdClassName
{
border-color: #DD3717;
}
.TagClassName
{
border-color: #DD3717;
}
</style>