Html Css Color HEX #DD1511 Harley Davidson Orange
📋 copy color: '#DD1511'red 221 ◦ green 21 ◦ blue 17
Shades of Harley Davidson Orange #DD1511
Tints of Harley Davidson Orange #DD1511
RGB
CMYK
RGB Variations
Color information
#DD1511 (or 0xDD1511) is known color: Harley Davidson Orange. HEX triplet: DD, 15 and 11. RGB value is (221,21,17). Sum of RGB (Red+Green+Blue) = 221+21+17=259 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.33% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1511 is #22EAEE. Grayscale: #505050. Windows color (decimal): -2288367 or 1119709. OLE color: 1119709.
HSL color Cylindrical-coordinate representation of color #DD1511: hue angle of 1.18º 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 #DD1511 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 17 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.13 |
| HSL | 1.18º | 0.86% | 0.47% | - |
| HSV(B) | 1.18º | 0.92% | 0.87% | - |
| XYZ | 30.19 | 15.95 | 2.02 | - |
| YUV | 80.34 | 92.26 | 228.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 17 | 0 | 0.90 | 0.92 | 0.13 | 1.18 | 0.86 | 0.47 |
| Hex | DD | 15 | 11 | 0 | 5A | 5C | D | 1 | 56 | 2F |
| Octal | 335 | 25 | 21 | 0 | 132 | 134 | 15 | 1 | 126 | 57 |
| Binary | 11011101 | 10101 | 10001 | 0 | 1011010 | 1011100 | 1101 | 1 | 1010110 | 101111 |
Color Harmonies of #DD1511
Complementary color
Monochromatic Colors of #DD1511
Black with #DD1511
Text Example
Text Example
White with #DD1511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1511; }
p { color: rgb(221,21,17); }
H1.HeaderClassName
{
color: #DD1511;
}
.AnyTagClassName
{
color: #DD1511;
}
</style>
background-color css
<style>
a { background-color: #DD1511; }
a { background-color: rgb(221,21,17); }
div.DivClassName
{
background-color: #DD1511;
}
.BgClassName
{
background-color: #DD1511;
}
</style>
border-color css
<style>
span { border-color: #DD1511; }
span { border-color: rgb(221,21,17); }
td.TdClassName
{
border-color: #DD1511;
}
.TagClassName
{
border-color: #DD1511;
}
</style>