Html Css Color HEX #DD2910 Harley Davidson Orange
📋 copy color: '#DD2910'red 221 ◦ green 41 ◦ blue 16
Shades of Harley Davidson Orange #DD2910
Tints of Harley Davidson Orange #DD2910
RGB
CMYK
RGB Variations
Color information
#DD2910 (or 0xDD2910) is known color: Harley Davidson Orange. HEX triplet: DD, 29 and 10. RGB value is (221,41,16). Sum of RGB (Red+Green+Blue) = 221+41+16=278 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.50% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2910 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2910 is #22D6EF. Grayscale: #5C5C5C. Windows color (decimal): -2283248 or 1059293. OLE color: 1059293.
HSL color Cylindrical-coordinate representation of color #DD2910: hue angle of 7.32º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD2910 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 41 | 16 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.13 |
| HSL | 7.32º | 0.86% | 0.46% | - |
| HSV(B) | 7.32º | 0.93% | 0.87% | - |
| XYZ | 30.71 | 17 | 2.15 | - |
| YUV | 91.97 | 85.13 | 220.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 16 | 0 | 0.81 | 0.93 | 0.13 | 7.32 | 0.86 | 0.46 |
| Hex | DD | 29 | 10 | 0 | 51 | 5D | D | 7 | 56 | 2E |
| Octal | 335 | 51 | 20 | 0 | 121 | 135 | 15 | 7 | 126 | 56 |
| Binary | 11011101 | 101001 | 10000 | 0 | 1010001 | 1011101 | 1101 | 111 | 1010110 | 101110 |
Color Harmonies of #DD2910
Complementary color
Monochromatic Colors of #DD2910
Black with #DD2910
Text Example
Text Example
White with #DD2910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2910; }
p { color: rgb(221,41,16); }
H1.HeaderClassName
{
color: #DD2910;
}
.AnyTagClassName
{
color: #DD2910;
}
</style>
background-color css
<style>
a { background-color: #DD2910; }
a { background-color: rgb(221,41,16); }
div.DivClassName
{
background-color: #DD2910;
}
.BgClassName
{
background-color: #DD2910;
}
</style>
border-color css
<style>
span { border-color: #DD2910; }
span { border-color: rgb(221,41,16); }
td.TdClassName
{
border-color: #DD2910;
}
.TagClassName
{
border-color: #DD2910;
}
</style>