Html Css Color HEX #DD3F15 Harley Davidson Orange
📋 copy color: '#DD3F15'red 221 ◦ green 63 ◦ blue 21
Shades of Harley Davidson Orange #DD3F15
Tints of Harley Davidson Orange #DD3F15
RGB
CMYK
RGB Variations
Color information
#DD3F15 (or 0xDD3F15) is known color: Harley Davidson Orange. HEX triplet: DD, 3F and 15. RGB value is (221,63,21). Sum of RGB (Red+Green+Blue) = 221+63+21=305 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.46% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 21 (8.59% from 255 or 6.89% from 305); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3F15 is #22C0EA. Grayscale: #696969. Windows color (decimal): -2277611 or 1392605. OLE color: 1392605.
HSL color Cylindrical-coordinate representation of color #DD3F15: hue angle of 12.6º 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 #DD3F15 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 21 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.13 |
| HSL | 12.6º | 0.83% | 0.47% | - |
| HSV(B) | 12.6º | 0.9% | 0.87% | - |
| XYZ | 31.73 | 18.98 | 2.7 | - |
| YUV | 105.45 | 80.35 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 21 | 0 | 0.71 | 0.90 | 0.13 | 12.6 | 0.83 | 0.47 |
| Hex | DD | 3F | 15 | 0 | 47 | 5A | D | D | 53 | 2F |
| Octal | 335 | 77 | 25 | 0 | 107 | 132 | 15 | 15 | 123 | 57 |
| Binary | 11011101 | 111111 | 10101 | 0 | 1000111 | 1011010 | 1101 | 1101 | 1010011 | 101111 |
Color Harmonies of #DD3F15
Complementary color
Monochromatic Colors of #DD3F15
Black with #DD3F15
Text Example
Text Example
White with #DD3F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3F15; }
p { color: rgb(221,63,21); }
H1.HeaderClassName
{
color: #DD3F15;
}
.AnyTagClassName
{
color: #DD3F15;
}
</style>
background-color css
<style>
a { background-color: #DD3F15; }
a { background-color: rgb(221,63,21); }
div.DivClassName
{
background-color: #DD3F15;
}
.BgClassName
{
background-color: #DD3F15;
}
</style>
border-color css
<style>
span { border-color: #DD3F15; }
span { border-color: rgb(221,63,21); }
td.TdClassName
{
border-color: #DD3F15;
}
.TagClassName
{
border-color: #DD3F15;
}
</style>