Html Css Color HEX #DD4111 Harley Davidson Orange
📋 copy color: '#DD4111'red 221 ◦ green 65 ◦ blue 17
Shades of Harley Davidson Orange #DD4111
Tints of Harley Davidson Orange #DD4111
RGB
CMYK
RGB Variations
Color information
#DD4111 (or 0xDD4111) is known color: Harley Davidson Orange. HEX triplet: DD, 41 and 11. RGB value is (221,65,17). Sum of RGB (Red+Green+Blue) = 221+65+17=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4111 is #22BEEE. Grayscale: #6A6A6A. Windows color (decimal): -2277103 or 1130973. OLE color: 1130973.
HSL color Cylindrical-coordinate representation of color #DD4111: hue angle of 14.12º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD4111 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 17 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.13 |
| HSL | 14.12º | 0.86% | 0.47% | - |
| HSV(B) | 14.12º | 0.92% | 0.87% | - |
| XYZ | 31.81 | 19.19 | 2.56 | - |
| YUV | 106.17 | 77.68 | 209.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 17 | 0 | 0.71 | 0.92 | 0.13 | 14.12 | 0.86 | 0.47 |
| Hex | DD | 41 | 11 | 0 | 47 | 5C | D | E | 56 | 2F |
| Octal | 335 | 101 | 21 | 0 | 107 | 134 | 15 | 16 | 126 | 57 |
| Binary | 11011101 | 1000001 | 10001 | 0 | 1000111 | 1011100 | 1101 | 1110 | 1010110 | 101111 |
Color Harmonies of #DD4111
Complementary color
Monochromatic Colors of #DD4111
Black with #DD4111
Text Example
Text Example
White with #DD4111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4111; }
p { color: rgb(221,65,17); }
H1.HeaderClassName
{
color: #DD4111;
}
.AnyTagClassName
{
color: #DD4111;
}
</style>
background-color css
<style>
a { background-color: #DD4111; }
a { background-color: rgb(221,65,17); }
div.DivClassName
{
background-color: #DD4111;
}
.BgClassName
{
background-color: #DD4111;
}
</style>
border-color css
<style>
span { border-color: #DD4111; }
span { border-color: rgb(221,65,17); }
td.TdClassName
{
border-color: #DD4111;
}
.TagClassName
{
border-color: #DD4111;
}
</style>