Html Css Color HEX #DD3811 Harley Davidson Orange
📋 copy color: '#DD3811'red 221 ◦ green 56 ◦ blue 17
Shades of Harley Davidson Orange #DD3811
Tints of Harley Davidson Orange #DD3811
RGB
CMYK
RGB Variations
Color information
#DD3811 (or 0xDD3811) is known color: Harley Davidson Orange. HEX triplet: DD, 38 and 11. RGB value is (221,56,17). Sum of RGB (Red+Green+Blue) = 221+56+17=294 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.17% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3811 is #22C7EE. Grayscale: #656565. Windows color (decimal): -2279407 or 1128669. OLE color: 1128669.
HSL color Cylindrical-coordinate representation of color #DD3811: hue angle of 11.47º 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 #DD3811 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 17 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.13 |
| HSL | 11.47º | 0.86% | 0.47% | - |
| HSV(B) | 11.47º | 0.92% | 0.87% | - |
| XYZ | 31.33 | 18.24 | 2.4 | - |
| YUV | 100.89 | 80.66 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 17 | 0 | 0.75 | 0.92 | 0.13 | 11.47 | 0.86 | 0.47 |
| Hex | DD | 38 | 11 | 0 | 4B | 5C | D | B | 56 | 2F |
| Octal | 335 | 70 | 21 | 0 | 113 | 134 | 15 | 13 | 126 | 57 |
| Binary | 11011101 | 111000 | 10001 | 0 | 1001011 | 1011100 | 1101 | 1011 | 1010110 | 101111 |
Color Harmonies of #DD3811
Complementary color
Monochromatic Colors of #DD3811
Black with #DD3811
Text Example
Text Example
White with #DD3811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3811; }
p { color: rgb(221,56,17); }
H1.HeaderClassName
{
color: #DD3811;
}
.AnyTagClassName
{
color: #DD3811;
}
</style>
background-color css
<style>
a { background-color: #DD3811; }
a { background-color: rgb(221,56,17); }
div.DivClassName
{
background-color: #DD3811;
}
.BgClassName
{
background-color: #DD3811;
}
</style>
border-color css
<style>
span { border-color: #DD3811; }
span { border-color: rgb(221,56,17); }
td.TdClassName
{
border-color: #DD3811;
}
.TagClassName
{
border-color: #DD3811;
}
</style>