Html Css Color HEX #DD2616 Harley Davidson Orange
📋 copy color: '#DD2616'red 221 ◦ green 38 ◦ blue 22
Shades of Harley Davidson Orange #DD2616
Tints of Harley Davidson Orange #DD2616
RGB
CMYK
RGB Variations
Color information
#DD2616 (or 0xDD2616) is known color: Harley Davidson Orange. HEX triplet: DD, 26 and 16. RGB value is (221,38,22). Sum of RGB (Red+Green+Blue) = 221+38+22=281 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.65% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2616 is #22D9E9. Grayscale: #5B5B5B. Windows color (decimal): -2284010 or 1451741. OLE color: 1451741.
HSL color Cylindrical-coordinate representation of color #DD2616: hue angle of 4.82º 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 #DD2616 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 22 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.13 |
| HSL | 4.82º | 0.82% | 0.48% | - |
| HSV(B) | 4.82º | 0.9% | 0.87% | - |
| XYZ | 30.66 | 16.82 | 2.39 | - |
| YUV | 90.89 | 89.13 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 22 | 0 | 0.83 | 0.90 | 0.13 | 4.82 | 0.82 | 0.48 |
| Hex | DD | 26 | 16 | 0 | 53 | 5A | D | 5 | 52 | 30 |
| Octal | 335 | 46 | 26 | 0 | 123 | 132 | 15 | 5 | 122 | 60 |
| Binary | 11011101 | 100110 | 10110 | 0 | 1010011 | 1011010 | 1101 | 101 | 1010010 | 110000 |
Color Harmonies of #DD2616
Complementary color
Monochromatic Colors of #DD2616
Black with #DD2616
Text Example
Text Example
White with #DD2616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2616; }
p { color: rgb(221,38,22); }
H1.HeaderClassName
{
color: #DD2616;
}
.AnyTagClassName
{
color: #DD2616;
}
</style>
background-color css
<style>
a { background-color: #DD2616; }
a { background-color: rgb(221,38,22); }
div.DivClassName
{
background-color: #DD2616;
}
.BgClassName
{
background-color: #DD2616;
}
</style>
border-color css
<style>
span { border-color: #DD2616; }
span { border-color: rgb(221,38,22); }
td.TdClassName
{
border-color: #DD2616;
}
.TagClassName
{
border-color: #DD2616;
}
</style>