Html Css Color HEX #DD4215 Harley Davidson Orange
📋 copy color: '#DD4215'red 221 ◦ green 66 ◦ blue 21
Shades of Harley Davidson Orange #DD4215
Tints of Harley Davidson Orange #DD4215
RGB
CMYK
RGB Variations
Color information
#DD4215 (or 0xDD4215) is known color: Harley Davidson Orange. HEX triplet: DD, 42 and 15. RGB value is (221,66,21). Sum of RGB (Red+Green+Blue) = 221+66+21=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4215 is #22BDEA. Grayscale: #6B6B6B. Windows color (decimal): -2276843 or 1393373. OLE color: 1393373.
HSL color Cylindrical-coordinate representation of color #DD4215: hue angle of 13.5º 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 #DD4215 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 21 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.13 |
| HSL | 13.5º | 0.83% | 0.47% | - |
| HSV(B) | 13.5º | 0.9% | 0.87% | - |
| XYZ | 31.9 | 19.32 | 2.76 | - |
| YUV | 107.22 | 79.35 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 21 | 0 | 0.70 | 0.90 | 0.13 | 13.5 | 0.83 | 0.47 |
| Hex | DD | 42 | 15 | 0 | 46 | 5A | D | E | 53 | 2F |
| Octal | 335 | 102 | 25 | 0 | 106 | 132 | 15 | 16 | 123 | 57 |
| Binary | 11011101 | 1000010 | 10101 | 0 | 1000110 | 1011010 | 1101 | 1110 | 1010011 | 101111 |
Color Harmonies of #DD4215
Complementary color
Monochromatic Colors of #DD4215
Black with #DD4215
Text Example
Text Example
White with #DD4215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4215; }
p { color: rgb(221,66,21); }
H1.HeaderClassName
{
color: #DD4215;
}
.AnyTagClassName
{
color: #DD4215;
}
</style>
background-color css
<style>
a { background-color: #DD4215; }
a { background-color: rgb(221,66,21); }
div.DivClassName
{
background-color: #DD4215;
}
.BgClassName
{
background-color: #DD4215;
}
</style>
border-color css
<style>
span { border-color: #DD4215; }
span { border-color: rgb(221,66,21); }
td.TdClassName
{
border-color: #DD4215;
}
.TagClassName
{
border-color: #DD4215;
}
</style>