Html Css Color HEX #DD4614 Harley Davidson Orange
📋 copy color: '#DD4614'red 221 ◦ green 70 ◦ blue 20
Shades of Harley Davidson Orange #DD4614
Tints of Harley Davidson Orange #DD4614
RGB
CMYK
RGB Variations
Color information
#DD4614 (or 0xDD4614) is known color: Harley Davidson Orange. HEX triplet: DD, 46 and 14. RGB value is (221,70,20). Sum of RGB (Red+Green+Blue) = 221+70+20=311 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.06% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4614 is #22B9EB. Grayscale: #6D6D6D. Windows color (decimal): -2275820 or 1328861. OLE color: 1328861.
HSL color Cylindrical-coordinate representation of color #DD4614: hue angle of 14.93º 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 #DD4614 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 20 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.13 |
| HSL | 14.93º | 0.83% | 0.47% | - |
| HSV(B) | 14.93º | 0.91% | 0.87% | - |
| XYZ | 32.14 | 19.8 | 2.79 | - |
| YUV | 109.45 | 77.53 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 20 | 0 | 0.68 | 0.91 | 0.13 | 14.93 | 0.83 | 0.47 |
| Hex | DD | 46 | 14 | 0 | 44 | 5B | D | F | 53 | 2F |
| Octal | 335 | 106 | 24 | 0 | 104 | 133 | 15 | 17 | 123 | 57 |
| Binary | 11011101 | 1000110 | 10100 | 0 | 1000100 | 1011011 | 1101 | 1111 | 1010011 | 101111 |
Color Harmonies of #DD4614
Complementary color
Monochromatic Colors of #DD4614
Black with #DD4614
Text Example
Text Example
White with #DD4614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4614; }
p { color: rgb(221,70,20); }
H1.HeaderClassName
{
color: #DD4614;
}
.AnyTagClassName
{
color: #DD4614;
}
</style>
background-color css
<style>
a { background-color: #DD4614; }
a { background-color: rgb(221,70,20); }
div.DivClassName
{
background-color: #DD4614;
}
.BgClassName
{
background-color: #DD4614;
}
</style>
border-color css
<style>
span { border-color: #DD4614; }
span { border-color: rgb(221,70,20); }
td.TdClassName
{
border-color: #DD4614;
}
.TagClassName
{
border-color: #DD4614;
}
</style>