Html Css Color HEX #DD2416 Harley Davidson Orange
📋 copy color: '#DD2416'red 221 ◦ green 36 ◦ blue 22
Shades of Harley Davidson Orange #DD2416
Tints of Harley Davidson Orange #DD2416
RGB
CMYK
RGB Variations
Color information
#DD2416 (or 0xDD2416) is known color: Harley Davidson Orange. HEX triplet: DD, 24 and 16. RGB value is (221,36,22). Sum of RGB (Red+Green+Blue) = 221+36+22=279 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.21% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2416 is #22DBE9. Grayscale: #595959. Windows color (decimal): -2284522 or 1451229. OLE color: 1451229.
HSL color Cylindrical-coordinate representation of color #DD2416: hue angle of 4.22º degrees, saturation: 0.82, 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 #DD2416 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 22 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.13 |
| HSL | 4.22º | 0.82% | 0.48% | - |
| HSV(B) | 4.22º | 0.9% | 0.87% | - |
| XYZ | 30.59 | 16.69 | 2.37 | - |
| YUV | 89.72 | 89.79 | 221.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 22 | 0 | 0.84 | 0.90 | 0.13 | 4.22 | 0.82 | 0.48 |
| Hex | DD | 24 | 16 | 0 | 54 | 5A | D | 4 | 52 | 30 |
| Octal | 335 | 44 | 26 | 0 | 124 | 132 | 15 | 4 | 122 | 60 |
| Binary | 11011101 | 100100 | 10110 | 0 | 1010100 | 1011010 | 1101 | 100 | 1010010 | 110000 |
Color Harmonies of #DD2416
Complementary color
Monochromatic Colors of #DD2416
Black with #DD2416
Text Example
Text Example
White with #DD2416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2416; }
p { color: rgb(221,36,22); }
H1.HeaderClassName
{
color: #DD2416;
}
.AnyTagClassName
{
color: #DD2416;
}
</style>
background-color css
<style>
a { background-color: #DD2416; }
a { background-color: rgb(221,36,22); }
div.DivClassName
{
background-color: #DD2416;
}
.BgClassName
{
background-color: #DD2416;
}
</style>
border-color css
<style>
span { border-color: #DD2416; }
span { border-color: rgb(221,36,22); }
td.TdClassName
{
border-color: #DD2416;
}
.TagClassName
{
border-color: #DD2416;
}
</style>