Html Css Color HEX #DD2913 Harley Davidson Orange
📋 copy color: '#DD2913'red 221 ◦ green 41 ◦ blue 19
Shades of Harley Davidson Orange #DD2913
Tints of Harley Davidson Orange #DD2913
RGB
CMYK
RGB Variations
Color information
#DD2913 (or 0xDD2913) is known color: Harley Davidson Orange. HEX triplet: DD, 29 and 13. RGB value is (221,41,19). Sum of RGB (Red+Green+Blue) = 221+41+19=281 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.65% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2913 is #22D6EC. Grayscale: #5C5C5C. Windows color (decimal): -2283245 or 1255901. OLE color: 1255901.
HSL color Cylindrical-coordinate representation of color #DD2913: hue angle of 6.53º 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 #DD2913 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 41 | 19 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.13 |
| HSL | 6.53º | 0.84% | 0.47% | - |
| HSV(B) | 6.53º | 0.91% | 0.87% | - |
| XYZ | 30.73 | 17.01 | 2.28 | - |
| YUV | 92.31 | 86.63 | 219.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 19 | 0 | 0.81 | 0.91 | 0.13 | 6.53 | 0.84 | 0.47 |
| Hex | DD | 29 | 13 | 0 | 51 | 5B | D | 7 | 54 | 2F |
| Octal | 335 | 51 | 23 | 0 | 121 | 133 | 15 | 7 | 124 | 57 |
| Binary | 11011101 | 101001 | 10011 | 0 | 1010001 | 1011011 | 1101 | 111 | 1010100 | 101111 |
Color Harmonies of #DD2913
Complementary color
Monochromatic Colors of #DD2913
Black with #DD2913
Text Example
Text Example
White with #DD2913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2913; }
p { color: rgb(221,41,19); }
H1.HeaderClassName
{
color: #DD2913;
}
.AnyTagClassName
{
color: #DD2913;
}
</style>
background-color css
<style>
a { background-color: #DD2913; }
a { background-color: rgb(221,41,19); }
div.DivClassName
{
background-color: #DD2913;
}
.BgClassName
{
background-color: #DD2913;
}
</style>
border-color css
<style>
span { border-color: #DD2913; }
span { border-color: rgb(221,41,19); }
td.TdClassName
{
border-color: #DD2913;
}
.TagClassName
{
border-color: #DD2913;
}
</style>