Html Css Color HEX #DD3113 Harley Davidson Orange
📋 copy color: '#DD3113'red 221 ◦ green 49 ◦ blue 19
Shades of Harley Davidson Orange #DD3113
Tints of Harley Davidson Orange #DD3113
RGB
CMYK
RGB Variations
Color information
#DD3113 (or 0xDD3113) is known color: Harley Davidson Orange. HEX triplet: DD, 31 and 13. RGB value is (221,49,19). Sum of RGB (Red+Green+Blue) = 221+49+19=289 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.47% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3113 is #22CEEC. Grayscale: #616161. Windows color (decimal): -2281197 or 1257949. OLE color: 1257949.
HSL color Cylindrical-coordinate representation of color #DD3113: hue angle of 8.91º 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 #DD3113 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 19 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.13 |
| HSL | 8.91º | 0.84% | 0.47% | - |
| HSV(B) | 8.91º | 0.91% | 0.87% | - |
| XYZ | 31.03 | 17.62 | 2.38 | - |
| YUV | 97.01 | 83.98 | 216.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 19 | 0 | 0.78 | 0.91 | 0.13 | 8.91 | 0.84 | 0.47 |
| Hex | DD | 31 | 13 | 0 | 4E | 5B | D | 9 | 54 | 2F |
| Octal | 335 | 61 | 23 | 0 | 116 | 133 | 15 | 11 | 124 | 57 |
| Binary | 11011101 | 110001 | 10011 | 0 | 1001110 | 1011011 | 1101 | 1001 | 1010100 | 101111 |
Color Harmonies of #DD3113
Complementary color
Monochromatic Colors of #DD3113
Black with #DD3113
Text Example
Text Example
White with #DD3113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3113; }
p { color: rgb(221,49,19); }
H1.HeaderClassName
{
color: #DD3113;
}
.AnyTagClassName
{
color: #DD3113;
}
</style>
background-color css
<style>
a { background-color: #DD3113; }
a { background-color: rgb(221,49,19); }
div.DivClassName
{
background-color: #DD3113;
}
.BgClassName
{
background-color: #DD3113;
}
</style>
border-color css
<style>
span { border-color: #DD3113; }
span { border-color: rgb(221,49,19); }
td.TdClassName
{
border-color: #DD3113;
}
.TagClassName
{
border-color: #DD3113;
}
</style>