Html Css Color HEX #DD3C11 Harley Davidson Orange
📋 copy color: '#DD3C11'red 221 ◦ green 60 ◦ blue 17
Shades of Harley Davidson Orange #DD3C11
Tints of Harley Davidson Orange #DD3C11
RGB
CMYK
RGB Variations
Color information
#DD3C11 (or 0xDD3C11) is known color: Harley Davidson Orange. HEX triplet: DD, 3C and 11. RGB value is (221,60,17). Sum of RGB (Red+Green+Blue) = 221+60+17=298 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.16% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3C11 is #22C3EE. Grayscale: #676767. Windows color (decimal): -2278383 or 1129693. OLE color: 1129693.
HSL color Cylindrical-coordinate representation of color #DD3C11: hue angle of 12.65º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD3C11 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 60 | 17 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.13 |
| HSL | 12.65º | 0.86% | 0.47% | - |
| HSV(B) | 12.65º | 0.92% | 0.87% | - |
| XYZ | 31.54 | 18.64 | 2.47 | - |
| YUV | 103.24 | 79.34 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 60 | 17 | 0 | 0.73 | 0.92 | 0.13 | 12.65 | 0.86 | 0.47 |
| Hex | DD | 3C | 11 | 0 | 49 | 5C | D | D | 56 | 2F |
| Octal | 335 | 74 | 21 | 0 | 111 | 134 | 15 | 15 | 126 | 57 |
| Binary | 11011101 | 111100 | 10001 | 0 | 1001001 | 1011100 | 1101 | 1101 | 1010110 | 101111 |
Color Harmonies of #DD3C11
Complementary color
Monochromatic Colors of #DD3C11
Black with #DD3C11
Text Example
Text Example
White with #DD3C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3C11; }
p { color: rgb(221,60,17); }
H1.HeaderClassName
{
color: #DD3C11;
}
.AnyTagClassName
{
color: #DD3C11;
}
</style>
background-color css
<style>
a { background-color: #DD3C11; }
a { background-color: rgb(221,60,17); }
div.DivClassName
{
background-color: #DD3C11;
}
.BgClassName
{
background-color: #DD3C11;
}
</style>
border-color css
<style>
span { border-color: #DD3C11; }
span { border-color: rgb(221,60,17); }
td.TdClassName
{
border-color: #DD3C11;
}
.TagClassName
{
border-color: #DD3C11;
}
</style>