Html Css Color HEX #DD3411 Harley Davidson Orange
📋 copy color: '#DD3411'red 221 ◦ green 52 ◦ blue 17
Shades of Harley Davidson Orange #DD3411
Tints of Harley Davidson Orange #DD3411
RGB
CMYK
RGB Variations
Color information
#DD3411 (or 0xDD3411) is known color: Harley Davidson Orange. HEX triplet: DD, 34 and 11. RGB value is (221,52,17). Sum of RGB (Red+Green+Blue) = 221+52+17=290 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.21% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 17 (7.03% from 255 or 5.86% from 290); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3411 is #22CBEE. Grayscale: #626262. Windows color (decimal): -2280431 or 1127645. OLE color: 1127645.
HSL color Cylindrical-coordinate representation of color #DD3411: hue angle of 10.29º 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 #DD3411 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 17 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.13 |
| HSL | 10.29º | 0.86% | 0.47% | - |
| HSV(B) | 10.29º | 0.92% | 0.87% | - |
| XYZ | 31.15 | 17.87 | 2.34 | - |
| YUV | 98.54 | 81.99 | 215.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 17 | 0 | 0.76 | 0.92 | 0.13 | 10.29 | 0.86 | 0.47 |
| Hex | DD | 34 | 11 | 0 | 4C | 5C | D | A | 56 | 2F |
| Octal | 335 | 64 | 21 | 0 | 114 | 134 | 15 | 12 | 126 | 57 |
| Binary | 11011101 | 110100 | 10001 | 0 | 1001100 | 1011100 | 1101 | 1010 | 1010110 | 101111 |
Color Harmonies of #DD3411
Complementary color
Monochromatic Colors of #DD3411
Black with #DD3411
Text Example
Text Example
White with #DD3411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3411; }
p { color: rgb(221,52,17); }
H1.HeaderClassName
{
color: #DD3411;
}
.AnyTagClassName
{
color: #DD3411;
}
</style>
background-color css
<style>
a { background-color: #DD3411; }
a { background-color: rgb(221,52,17); }
div.DivClassName
{
background-color: #DD3411;
}
.BgClassName
{
background-color: #DD3411;
}
</style>
border-color css
<style>
span { border-color: #DD3411; }
span { border-color: rgb(221,52,17); }
td.TdClassName
{
border-color: #DD3411;
}
.TagClassName
{
border-color: #DD3411;
}
</style>