Html Css Color HEX #DD4817 Harley Davidson Orange
📋 copy color: '#DD4817'red 221 ◦ green 72 ◦ blue 23
Shades of Harley Davidson Orange #DD4817
Tints of Harley Davidson Orange #DD4817
RGB
CMYK
RGB Variations
Color information
#DD4817 (or 0xDD4817) is known color: Harley Davidson Orange. HEX triplet: DD, 48 and 17. RGB value is (221,72,23). Sum of RGB (Red+Green+Blue) = 221+72+23=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 23 (9.38% from 255 or 7.28% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4817 is #22B7E8. Grayscale: #6F6F6F. Windows color (decimal): -2275305 or 1525981. OLE color: 1525981.
HSL color Cylindrical-coordinate representation of color #DD4817: hue angle of 14.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 #DD4817 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 23 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.13 |
| HSL | 14.85º | 0.81% | 0.48% | - |
| HSV(B) | 14.85º | 0.9% | 0.87% | - |
| XYZ | 32.29 | 20.07 | 2.98 | - |
| YUV | 110.97 | 78.36 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 23 | 0 | 0.67 | 0.90 | 0.13 | 14.85 | 0.81 | 0.48 |
| Hex | DD | 48 | 17 | 0 | 43 | 5A | D | F | 51 | 30 |
| Octal | 335 | 110 | 27 | 0 | 103 | 132 | 15 | 17 | 121 | 60 |
| Binary | 11011101 | 1001000 | 10111 | 0 | 1000011 | 1011010 | 1101 | 1111 | 1010001 | 110000 |
Color Harmonies of #DD4817
Complementary color
Monochromatic Colors of #DD4817
Black with #DD4817
Text Example
Text Example
White with #DD4817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4817; }
p { color: rgb(221,72,23); }
H1.HeaderClassName
{
color: #DD4817;
}
.AnyTagClassName
{
color: #DD4817;
}
</style>
background-color css
<style>
a { background-color: #DD4817; }
a { background-color: rgb(221,72,23); }
div.DivClassName
{
background-color: #DD4817;
}
.BgClassName
{
background-color: #DD4817;
}
</style>
border-color css
<style>
span { border-color: #DD4817; }
span { border-color: rgb(221,72,23); }
td.TdClassName
{
border-color: #DD4817;
}
.TagClassName
{
border-color: #DD4817;
}
</style>