Html Css Color HEX #DD1515 Harley Davidson Orange
📋 copy color: '#DD1515'red 221 ◦ green 21 ◦ blue 21
Shades of Harley Davidson Orange #DD1515
Tints of Harley Davidson Orange #DD1515
RGB
CMYK
RGB Variations
Color information
#DD1515 (or 0xDD1515) is known color: Harley Davidson Orange. HEX triplet: DD, 15 and 15. RGB value is (221,21,21). Sum of RGB (Red+Green+Blue) = 221+21+21=263 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.03% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1515 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1515 is #22EAEA. Grayscale: #515151. Windows color (decimal): -2288363 or 1381853. OLE color: 1381853.
HSL color Cylindrical-coordinate representation of color #DD1515: hue angle of 0º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1515 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 21 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.13 |
| HSL | 0º | 0.83% | 0.47% | - |
| HSV(B) | 0º | 0.9% | 0.87% | - |
| XYZ | 30.22 | 15.96 | 2.2 | - |
| YUV | 80.8 | 94.26 | 228 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 21 | 0 | 0.90 | 0.90 | 0.13 | 0 | 0.83 | 0.47 |
| Hex | DD | 15 | 15 | 0 | 5A | 5A | D | 0 | 53 | 2F |
| Octal | 335 | 25 | 25 | 0 | 132 | 132 | 15 | 0 | 123 | 57 |
| Binary | 11011101 | 10101 | 10101 | 0 | 1011010 | 1011010 | 1101 | 0 | 1010011 | 101111 |
Color Harmonies of #DD1515
Complementary color
Monochromatic Colors of #DD1515
Black with #DD1515
Text Example
Text Example
White with #DD1515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1515; }
p { color: rgb(221,21,21); }
H1.HeaderClassName
{
color: #DD1515;
}
.AnyTagClassName
{
color: #DD1515;
}
</style>
background-color css
<style>
a { background-color: #DD1515; }
a { background-color: rgb(221,21,21); }
div.DivClassName
{
background-color: #DD1515;
}
.BgClassName
{
background-color: #DD1515;
}
</style>
border-color css
<style>
span { border-color: #DD1515; }
span { border-color: rgb(221,21,21); }
td.TdClassName
{
border-color: #DD1515;
}
.TagClassName
{
border-color: #DD1515;
}
</style>