Html Css Color HEX #DD3D16 Harley Davidson Orange
📋 copy color: '#DD3D16'red 221 ◦ green 61 ◦ blue 22
Shades of Harley Davidson Orange #DD3D16
Tints of Harley Davidson Orange #DD3D16
RGB
CMYK
RGB Variations
Color information
#DD3D16 (or 0xDD3D16) is known color: Harley Davidson Orange. HEX triplet: DD, 3D and 16. RGB value is (221,61,22). Sum of RGB (Red+Green+Blue) = 221+61+22=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3D16 is #22C2E9. Grayscale: #686868. Windows color (decimal): -2278122 or 1457629. OLE color: 1457629.
HSL color Cylindrical-coordinate representation of color #DD3D16: hue angle of 11.76º 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 #DD3D16 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 61 | 22 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.13 |
| HSL | 11.76º | 0.82% | 0.48% | - |
| HSV(B) | 11.76º | 0.9% | 0.87% | - |
| XYZ | 31.63 | 18.77 | 2.71 | - |
| YUV | 104.39 | 81.51 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 61 | 22 | 0 | 0.72 | 0.90 | 0.13 | 11.76 | 0.82 | 0.48 |
| Hex | DD | 3D | 16 | 0 | 48 | 5A | D | C | 52 | 30 |
| Octal | 335 | 75 | 26 | 0 | 110 | 132 | 15 | 14 | 122 | 60 |
| Binary | 11011101 | 111101 | 10110 | 0 | 1001000 | 1011010 | 1101 | 1100 | 1010010 | 110000 |
Color Harmonies of #DD3D16
Complementary color
Monochromatic Colors of #DD3D16
Black with #DD3D16
Text Example
Text Example
White with #DD3D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3D16; }
p { color: rgb(221,61,22); }
H1.HeaderClassName
{
color: #DD3D16;
}
.AnyTagClassName
{
color: #DD3D16;
}
</style>
background-color css
<style>
a { background-color: #DD3D16; }
a { background-color: rgb(221,61,22); }
div.DivClassName
{
background-color: #DD3D16;
}
.BgClassName
{
background-color: #DD3D16;
}
</style>
border-color css
<style>
span { border-color: #DD3D16; }
span { border-color: rgb(221,61,22); }
td.TdClassName
{
border-color: #DD3D16;
}
.TagClassName
{
border-color: #DD3D16;
}
</style>