Html Css Color HEX #DD2813 Harley Davidson Orange
📋 copy color: '#DD2813'red 221 ◦ green 40 ◦ blue 19
Shades of Harley Davidson Orange #DD2813
Tints of Harley Davidson Orange #DD2813
RGB
CMYK
RGB Variations
Color information
#DD2813 (or 0xDD2813) is known color: Harley Davidson Orange. HEX triplet: DD, 28 and 13. RGB value is (221,40,19). Sum of RGB (Red+Green+Blue) = 221+40+19=280 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.93% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2813 is #22D7EC. Grayscale: #5B5B5B. Windows color (decimal): -2283501 or 1255645. OLE color: 1255645.
HSL color Cylindrical-coordinate representation of color #DD2813: hue angle of 6.24º 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 #DD2813 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 19 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.13 |
| HSL | 6.24º | 0.84% | 0.47% | - |
| HSV(B) | 6.24º | 0.91% | 0.87% | - |
| XYZ | 30.7 | 16.94 | 2.27 | - |
| YUV | 91.73 | 86.97 | 220.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 19 | 0 | 0.82 | 0.91 | 0.13 | 6.24 | 0.84 | 0.47 |
| Hex | DD | 28 | 13 | 0 | 52 | 5B | D | 6 | 54 | 2F |
| Octal | 335 | 50 | 23 | 0 | 122 | 133 | 15 | 6 | 124 | 57 |
| Binary | 11011101 | 101000 | 10011 | 0 | 1010010 | 1011011 | 1101 | 110 | 1010100 | 101111 |
Color Harmonies of #DD2813
Complementary color
Monochromatic Colors of #DD2813
Black with #DD2813
Text Example
Text Example
White with #DD2813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2813; }
p { color: rgb(221,40,19); }
H1.HeaderClassName
{
color: #DD2813;
}
.AnyTagClassName
{
color: #DD2813;
}
</style>
background-color css
<style>
a { background-color: #DD2813; }
a { background-color: rgb(221,40,19); }
div.DivClassName
{
background-color: #DD2813;
}
.BgClassName
{
background-color: #DD2813;
}
</style>
border-color css
<style>
span { border-color: #DD2813; }
span { border-color: rgb(221,40,19); }
td.TdClassName
{
border-color: #DD2813;
}
.TagClassName
{
border-color: #DD2813;
}
</style>