Html Css Color HEX #DD2914 Harley Davidson Orange
📋 copy color: '#DD2914'red 221 ◦ green 41 ◦ blue 20
Shades of Harley Davidson Orange #DD2914
Tints of Harley Davidson Orange #DD2914
RGB
CMYK
RGB Variations
Color information
#DD2914 (or 0xDD2914) is known color: Harley Davidson Orange. HEX triplet: DD, 29 and 14. RGB value is (221,41,20). Sum of RGB (Red+Green+Blue) = 221+41+20=282 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.37% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2914 is #22D6EB. Grayscale: #5C5C5C. Windows color (decimal): -2283244 or 1321437. OLE color: 1321437.
HSL color Cylindrical-coordinate representation of color #DD2914: hue angle of 6.27º degrees, saturation: 0.83, 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 #DD2914 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 41 | 20 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.13 |
| HSL | 6.27º | 0.83% | 0.47% | - |
| HSV(B) | 6.27º | 0.91% | 0.87% | - |
| XYZ | 30.74 | 17.01 | 2.32 | - |
| YUV | 92.43 | 87.13 | 219.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 20 | 0 | 0.81 | 0.91 | 0.13 | 6.27 | 0.83 | 0.47 |
| Hex | DD | 29 | 14 | 0 | 51 | 5B | D | 6 | 53 | 2F |
| Octal | 335 | 51 | 24 | 0 | 121 | 133 | 15 | 6 | 123 | 57 |
| Binary | 11011101 | 101001 | 10100 | 0 | 1010001 | 1011011 | 1101 | 110 | 1010011 | 101111 |
Color Harmonies of #DD2914
Complementary color
Monochromatic Colors of #DD2914
Black with #DD2914
Text Example
Text Example
White with #DD2914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2914; }
p { color: rgb(221,41,20); }
H1.HeaderClassName
{
color: #DD2914;
}
.AnyTagClassName
{
color: #DD2914;
}
</style>
background-color css
<style>
a { background-color: #DD2914; }
a { background-color: rgb(221,41,20); }
div.DivClassName
{
background-color: #DD2914;
}
.BgClassName
{
background-color: #DD2914;
}
</style>
border-color css
<style>
span { border-color: #DD2914; }
span { border-color: rgb(221,41,20); }
td.TdClassName
{
border-color: #DD2914;
}
.TagClassName
{
border-color: #DD2914;
}
</style>