Html Css Color HEX #DD3C15 Harley Davidson Orange
📋 copy color: '#DD3C15'red 221 ◦ green 60 ◦ blue 21
Shades of Harley Davidson Orange #DD3C15
Tints of Harley Davidson Orange #DD3C15
RGB
CMYK
RGB Variations
Color information
#DD3C15 (or 0xDD3C15) is known color: Harley Davidson Orange. HEX triplet: DD, 3C and 15. RGB value is (221,60,21). Sum of RGB (Red+Green+Blue) = 221+60+21=302 (40% of max value = 765). Red value is 221 (86.72% from 255 or 73.18% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3C15 is #22C3EA. Grayscale: #686868. Windows color (decimal): -2278379 or 1391837. OLE color: 1391837.
HSL color Cylindrical-coordinate representation of color #DD3C15: hue angle of 11.7º 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 #DD3C15 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 60 | 21 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.13 |
| HSL | 11.7º | 0.83% | 0.47% | - |
| HSV(B) | 11.7º | 0.9% | 0.87% | - |
| XYZ | 31.57 | 18.66 | 2.65 | - |
| YUV | 103.69 | 81.34 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 60 | 21 | 0 | 0.73 | 0.90 | 0.13 | 11.7 | 0.83 | 0.47 |
| Hex | DD | 3C | 15 | 0 | 49 | 5A | D | C | 53 | 2F |
| Octal | 335 | 74 | 25 | 0 | 111 | 132 | 15 | 14 | 123 | 57 |
| Binary | 11011101 | 111100 | 10101 | 0 | 1001001 | 1011010 | 1101 | 1100 | 1010011 | 101111 |
Color Harmonies of #DD3C15
Complementary color
Monochromatic Colors of #DD3C15
Black with #DD3C15
Text Example
Text Example
White with #DD3C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3C15; }
p { color: rgb(221,60,21); }
H1.HeaderClassName
{
color: #DD3C15;
}
.AnyTagClassName
{
color: #DD3C15;
}
</style>
background-color css
<style>
a { background-color: #DD3C15; }
a { background-color: rgb(221,60,21); }
div.DivClassName
{
background-color: #DD3C15;
}
.BgClassName
{
background-color: #DD3C15;
}
</style>
border-color css
<style>
span { border-color: #DD3C15; }
span { border-color: rgb(221,60,21); }
td.TdClassName
{
border-color: #DD3C15;
}
.TagClassName
{
border-color: #DD3C15;
}
</style>