Html Css Color HEX #DD4918 Harley Davidson Orange
📋 copy color: '#DD4918'red 221 ◦ green 73 ◦ blue 24
Shades of Harley Davidson Orange #DD4918
Tints of Harley Davidson Orange #DD4918
RGB
CMYK
RGB Variations
Color information
#DD4918 (or 0xDD4918) is known color: Harley Davidson Orange. HEX triplet: DD, 49 and 18. RGB value is (221,73,24). Sum of RGB (Red+Green+Blue) = 221+73+24=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4918 is #22B6E7. Grayscale: #707070. Windows color (decimal): -2275048 or 1591773. OLE color: 1591773.
HSL color Cylindrical-coordinate representation of color #DD4918: hue angle of 14.92º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD4918 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 24 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.13 |
| HSL | 14.92º | 0.8% | 0.48% | - |
| HSV(B) | 14.92º | 0.89% | 0.87% | - |
| XYZ | 32.37 | 20.2 | 3.06 | - |
| YUV | 111.67 | 78.53 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 24 | 0 | 0.67 | 0.89 | 0.13 | 14.92 | 0.8 | 0.48 |
| Hex | DD | 49 | 18 | 0 | 43 | 59 | D | F | 50 | 30 |
| Octal | 335 | 111 | 30 | 0 | 103 | 131 | 15 | 17 | 120 | 60 |
| Binary | 11011101 | 1001001 | 11000 | 0 | 1000011 | 1011001 | 1101 | 1111 | 1010000 | 110000 |
Color Harmonies of #DD4918
Complementary color
Monochromatic Colors of #DD4918
Black with #DD4918
Text Example
Text Example
White with #DD4918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4918; }
p { color: rgb(221,73,24); }
H1.HeaderClassName
{
color: #DD4918;
}
.AnyTagClassName
{
color: #DD4918;
}
</style>
background-color css
<style>
a { background-color: #DD4918; }
a { background-color: rgb(221,73,24); }
div.DivClassName
{
background-color: #DD4918;
}
.BgClassName
{
background-color: #DD4918;
}
</style>
border-color css
<style>
span { border-color: #DD4918; }
span { border-color: rgb(221,73,24); }
td.TdClassName
{
border-color: #DD4918;
}
.TagClassName
{
border-color: #DD4918;
}
</style>