Html Css Color HEX #DD2816 Harley Davidson Orange
📋 copy color: '#DD2816'red 221 ◦ green 40 ◦ blue 22
Shades of Harley Davidson Orange #DD2816
Tints of Harley Davidson Orange #DD2816
RGB
CMYK
RGB Variations
Color information
#DD2816 (or 0xDD2816) is known color: Harley Davidson Orange. HEX triplet: DD, 28 and 16. RGB value is (221,40,22). Sum of RGB (Red+Green+Blue) = 221+40+22=283 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.09% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2816 is #22D7E9. Grayscale: #5C5C5C. Windows color (decimal): -2283498 or 1452253. OLE color: 1452253.
HSL color Cylindrical-coordinate representation of color #DD2816: hue angle of 5.43º 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 #DD2816 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 22 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.13 |
| HSL | 5.43º | 0.82% | 0.48% | - |
| HSV(B) | 5.43º | 0.9% | 0.87% | - |
| XYZ | 30.72 | 16.95 | 2.41 | - |
| YUV | 92.07 | 88.47 | 219.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 22 | 0 | 0.82 | 0.90 | 0.13 | 5.43 | 0.82 | 0.48 |
| Hex | DD | 28 | 16 | 0 | 52 | 5A | D | 5 | 52 | 30 |
| Octal | 335 | 50 | 26 | 0 | 122 | 132 | 15 | 5 | 122 | 60 |
| Binary | 11011101 | 101000 | 10110 | 0 | 1010010 | 1011010 | 1101 | 101 | 1010010 | 110000 |
Color Harmonies of #DD2816
Complementary color
Monochromatic Colors of #DD2816
Black with #DD2816
Text Example
Text Example
White with #DD2816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2816; }
p { color: rgb(221,40,22); }
H1.HeaderClassName
{
color: #DD2816;
}
.AnyTagClassName
{
color: #DD2816;
}
</style>
background-color css
<style>
a { background-color: #DD2816; }
a { background-color: rgb(221,40,22); }
div.DivClassName
{
background-color: #DD2816;
}
.BgClassName
{
background-color: #DD2816;
}
</style>
border-color css
<style>
span { border-color: #DD2816; }
span { border-color: rgb(221,40,22); }
td.TdClassName
{
border-color: #DD2816;
}
.TagClassName
{
border-color: #DD2816;
}
</style>