Html Css Color HEX #DD4213 Harley Davidson Orange
📋 copy color: '#DD4213'red 221 ◦ green 66 ◦ blue 19
Shades of Harley Davidson Orange #DD4213
Tints of Harley Davidson Orange #DD4213
RGB
CMYK
RGB Variations
Color information
#DD4213 (or 0xDD4213) is known color: Harley Davidson Orange. HEX triplet: DD, 42 and 13. RGB value is (221,66,19). Sum of RGB (Red+Green+Blue) = 221+66+19=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4213 is #22BDEC. Grayscale: #6B6B6B. Windows color (decimal): -2276845 or 1262301. OLE color: 1262301.
HSL color Cylindrical-coordinate representation of color #DD4213: hue angle of 13.96º 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 #DD4213 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 19 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.13 |
| HSL | 13.96º | 0.84% | 0.47% | - |
| HSV(B) | 13.96º | 0.91% | 0.87% | - |
| XYZ | 31.88 | 19.32 | 2.66 | - |
| YUV | 106.99 | 78.35 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 19 | 0 | 0.70 | 0.91 | 0.13 | 13.96 | 0.84 | 0.47 |
| Hex | DD | 42 | 13 | 0 | 46 | 5B | D | E | 54 | 2F |
| Octal | 335 | 102 | 23 | 0 | 106 | 133 | 15 | 16 | 124 | 57 |
| Binary | 11011101 | 1000010 | 10011 | 0 | 1000110 | 1011011 | 1101 | 1110 | 1010100 | 101111 |
Color Harmonies of #DD4213
Complementary color
Monochromatic Colors of #DD4213
Black with #DD4213
Text Example
Text Example
White with #DD4213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4213; }
p { color: rgb(221,66,19); }
H1.HeaderClassName
{
color: #DD4213;
}
.AnyTagClassName
{
color: #DD4213;
}
</style>
background-color css
<style>
a { background-color: #DD4213; }
a { background-color: rgb(221,66,19); }
div.DivClassName
{
background-color: #DD4213;
}
.BgClassName
{
background-color: #DD4213;
}
</style>
border-color css
<style>
span { border-color: #DD4213; }
span { border-color: rgb(221,66,19); }
td.TdClassName
{
border-color: #DD4213;
}
.TagClassName
{
border-color: #DD4213;
}
</style>