Html Css Color HEX #DD2013 Harley Davidson Orange
📋 copy color: '#DD2013'red 221 ◦ green 32 ◦ blue 19
Shades of Harley Davidson Orange #DD2013
Tints of Harley Davidson Orange #DD2013
RGB
CMYK
RGB Variations
Color information
#DD2013 (or 0xDD2013) is known color: Harley Davidson Orange. HEX triplet: DD, 20 and 13. RGB value is (221,32,19). Sum of RGB (Red+Green+Blue) = 221+32+19=272 (36% of max value = 765). Red value is 221 (86.72% from 255 or 81.25% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2013 is #22DFEC. Grayscale: #575757. Windows color (decimal): -2285549 or 1253597. OLE color: 1253597.
HSL color Cylindrical-coordinate representation of color #DD2013: hue angle of 3.86º 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 #DD2013 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 19 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.13 |
| HSL | 3.86º | 0.84% | 0.47% | - |
| HSV(B) | 3.86º | 0.91% | 0.87% | - |
| XYZ | 30.45 | 16.45 | 2.19 | - |
| YUV | 87.03 | 89.62 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 19 | 0 | 0.86 | 0.91 | 0.13 | 3.86 | 0.84 | 0.47 |
| Hex | DD | 20 | 13 | 0 | 56 | 5B | D | 4 | 54 | 2F |
| Octal | 335 | 40 | 23 | 0 | 126 | 133 | 15 | 4 | 124 | 57 |
| Binary | 11011101 | 100000 | 10011 | 0 | 1010110 | 1011011 | 1101 | 100 | 1010100 | 101111 |
Color Harmonies of #DD2013
Complementary color
Monochromatic Colors of #DD2013
Black with #DD2013
Text Example
Text Example
White with #DD2013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2013; }
p { color: rgb(221,32,19); }
H1.HeaderClassName
{
color: #DD2013;
}
.AnyTagClassName
{
color: #DD2013;
}
</style>
background-color css
<style>
a { background-color: #DD2013; }
a { background-color: rgb(221,32,19); }
div.DivClassName
{
background-color: #DD2013;
}
.BgClassName
{
background-color: #DD2013;
}
</style>
border-color css
<style>
span { border-color: #DD2013; }
span { border-color: rgb(221,32,19); }
td.TdClassName
{
border-color: #DD2013;
}
.TagClassName
{
border-color: #DD2013;
}
</style>