Html Css Color HEX #DD2715 Harley Davidson Orange
📋 copy color: '#DD2715'red 221 ◦ green 39 ◦ blue 21
Shades of Harley Davidson Orange #DD2715
Tints of Harley Davidson Orange #DD2715
RGB
CMYK
RGB Variations
Color information
#DD2715 (or 0xDD2715) is known color: Harley Davidson Orange. HEX triplet: DD, 27 and 15. RGB value is (221,39,21). Sum of RGB (Red+Green+Blue) = 221+39+21=281 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.65% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2715 is #22D8EA. Grayscale: #5B5B5B. Windows color (decimal): -2283755 or 1386461. OLE color: 1386461.
HSL color Cylindrical-coordinate representation of color #DD2715: hue angle of 5.4º 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 #DD2715 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 39 | 21 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.13 |
| HSL | 5.4º | 0.83% | 0.47% | - |
| HSV(B) | 5.4º | 0.9% | 0.87% | - |
| XYZ | 30.68 | 16.88 | 2.35 | - |
| YUV | 91.37 | 88.3 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 21 | 0 | 0.82 | 0.90 | 0.13 | 5.4 | 0.83 | 0.47 |
| Hex | DD | 27 | 15 | 0 | 52 | 5A | D | 5 | 53 | 2F |
| Octal | 335 | 47 | 25 | 0 | 122 | 132 | 15 | 5 | 123 | 57 |
| Binary | 11011101 | 100111 | 10101 | 0 | 1010010 | 1011010 | 1101 | 101 | 1010011 | 101111 |
Color Harmonies of #DD2715
Complementary color
Monochromatic Colors of #DD2715
Black with #DD2715
Text Example
Text Example
White with #DD2715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2715; }
p { color: rgb(221,39,21); }
H1.HeaderClassName
{
color: #DD2715;
}
.AnyTagClassName
{
color: #DD2715;
}
</style>
background-color css
<style>
a { background-color: #DD2715; }
a { background-color: rgb(221,39,21); }
div.DivClassName
{
background-color: #DD2715;
}
.BgClassName
{
background-color: #DD2715;
}
</style>
border-color css
<style>
span { border-color: #DD2715; }
span { border-color: rgb(221,39,21); }
td.TdClassName
{
border-color: #DD2715;
}
.TagClassName
{
border-color: #DD2715;
}
</style>