Html Css Color HEX #DD4613 Harley Davidson Orange
📋 copy color: '#DD4613'red 221 ◦ green 70 ◦ blue 19
Shades of Harley Davidson Orange #DD4613
Tints of Harley Davidson Orange #DD4613
RGB
CMYK
RGB Variations
Color information
#DD4613 (or 0xDD4613) is known color: Harley Davidson Orange. HEX triplet: DD, 46 and 13. RGB value is (221,70,19). Sum of RGB (Red+Green+Blue) = 221+70+19=310 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.29% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4613 is #22B9EC. Grayscale: #6D6D6D. Windows color (decimal): -2275821 or 1263325. OLE color: 1263325.
HSL color Cylindrical-coordinate representation of color #DD4613: hue angle of 15.15º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD4613 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 19 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.13 |
| HSL | 15.15º | 0.84% | 0.47% | - |
| HSV(B) | 15.15º | 0.91% | 0.87% | - |
| XYZ | 32.13 | 19.8 | 2.74 | - |
| YUV | 109.34 | 77.03 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 19 | 0 | 0.68 | 0.91 | 0.13 | 15.15 | 0.84 | 0.47 |
| Hex | DD | 46 | 13 | 0 | 44 | 5B | D | F | 54 | 2F |
| Octal | 335 | 106 | 23 | 0 | 104 | 133 | 15 | 17 | 124 | 57 |
| Binary | 11011101 | 1000110 | 10011 | 0 | 1000100 | 1011011 | 1101 | 1111 | 1010100 | 101111 |
Color Harmonies of #DD4613
Complementary color
Monochromatic Colors of #DD4613
Black with #DD4613
Text Example
Text Example
White with #DD4613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4613; }
p { color: rgb(221,70,19); }
H1.HeaderClassName
{
color: #DD4613;
}
.AnyTagClassName
{
color: #DD4613;
}
</style>
background-color css
<style>
a { background-color: #DD4613; }
a { background-color: rgb(221,70,19); }
div.DivClassName
{
background-color: #DD4613;
}
.BgClassName
{
background-color: #DD4613;
}
</style>
border-color css
<style>
span { border-color: #DD4613; }
span { border-color: rgb(221,70,19); }
td.TdClassName
{
border-color: #DD4613;
}
.TagClassName
{
border-color: #DD4613;
}
</style>