Html Css Color HEX #DD3615 Harley Davidson Orange
📋 copy color: '#DD3615'red 221 ◦ green 54 ◦ blue 21
Shades of Harley Davidson Orange #DD3615
Tints of Harley Davidson Orange #DD3615
RGB
CMYK
RGB Variations
Color information
#DD3615 (or 0xDD3615) is known color: Harley Davidson Orange. HEX triplet: DD, 36 and 15. RGB value is (221,54,21). Sum of RGB (Red+Green+Blue) = 221+54+21=296 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.66% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3615 is #22C9EA. Grayscale: #646464. Windows color (decimal): -2279915 or 1390301. OLE color: 1390301.
HSL color Cylindrical-coordinate representation of color #DD3615: hue angle of 9.9º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD3615 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 21 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.13 |
| HSL | 9.9º | 0.83% | 0.47% | - |
| HSV(B) | 9.9º | 0.9% | 0.87% | - |
| XYZ | 31.27 | 18.06 | 2.55 | - |
| YUV | 100.17 | 83.33 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 21 | 0 | 0.76 | 0.90 | 0.13 | 9.9 | 0.83 | 0.47 |
| Hex | DD | 36 | 15 | 0 | 4C | 5A | D | A | 53 | 2F |
| Octal | 335 | 66 | 25 | 0 | 114 | 132 | 15 | 12 | 123 | 57 |
| Binary | 11011101 | 110110 | 10101 | 0 | 1001100 | 1011010 | 1101 | 1010 | 1010011 | 101111 |
Color Harmonies of #DD3615
Complementary color
Monochromatic Colors of #DD3615
Black with #DD3615
Text Example
Text Example
White with #DD3615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3615; }
p { color: rgb(221,54,21); }
H1.HeaderClassName
{
color: #DD3615;
}
.AnyTagClassName
{
color: #DD3615;
}
</style>
background-color css
<style>
a { background-color: #DD3615; }
a { background-color: rgb(221,54,21); }
div.DivClassName
{
background-color: #DD3615;
}
.BgClassName
{
background-color: #DD3615;
}
</style>
border-color css
<style>
span { border-color: #DD3615; }
span { border-color: rgb(221,54,21); }
td.TdClassName
{
border-color: #DD3615;
}
.TagClassName
{
border-color: #DD3615;
}
</style>