Html Css Color HEX #DD4914 Harley Davidson Orange
📋 copy color: '#DD4914'red 221 ◦ green 73 ◦ blue 20
Shades of Harley Davidson Orange #DD4914
Tints of Harley Davidson Orange #DD4914
RGB
CMYK
RGB Variations
Color information
#DD4914 (or 0xDD4914) is known color: Harley Davidson Orange. HEX triplet: DD, 49 and 14. RGB value is (221,73,20). Sum of RGB (Red+Green+Blue) = 221+73+20=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4914 is #22B6EB. Grayscale: #6F6F6F. Windows color (decimal): -2275052 or 1329629. OLE color: 1329629.
HSL color Cylindrical-coordinate representation of color #DD4914: hue angle of 15.82º 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 #DD4914 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 20 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.13 |
| HSL | 15.82º | 0.83% | 0.47% | - |
| HSV(B) | 15.82º | 0.91% | 0.87% | - |
| XYZ | 32.33 | 20.19 | 2.85 | - |
| YUV | 111.21 | 76.53 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 20 | 0 | 0.67 | 0.91 | 0.13 | 15.82 | 0.83 | 0.47 |
| Hex | DD | 49 | 14 | 0 | 43 | 5B | D | 10 | 53 | 2F |
| Octal | 335 | 111 | 24 | 0 | 103 | 133 | 15 | 20 | 123 | 57 |
| Binary | 11011101 | 1001001 | 10100 | 0 | 1000011 | 1011011 | 1101 | 10000 | 1010011 | 101111 |
Color Harmonies of #DD4914
Complementary color
Monochromatic Colors of #DD4914
Black with #DD4914
Text Example
Text Example
White with #DD4914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4914; }
p { color: rgb(221,73,20); }
H1.HeaderClassName
{
color: #DD4914;
}
.AnyTagClassName
{
color: #DD4914;
}
</style>
background-color css
<style>
a { background-color: #DD4914; }
a { background-color: rgb(221,73,20); }
div.DivClassName
{
background-color: #DD4914;
}
.BgClassName
{
background-color: #DD4914;
}
</style>
border-color css
<style>
span { border-color: #DD4914; }
span { border-color: rgb(221,73,20); }
td.TdClassName
{
border-color: #DD4914;
}
.TagClassName
{
border-color: #DD4914;
}
</style>