Html Css Color HEX #DD2510 Harley Davidson Orange
📋 copy color: '#DD2510'red 221 ◦ green 37 ◦ blue 16
Shades of Harley Davidson Orange #DD2510
Tints of Harley Davidson Orange #DD2510
RGB
CMYK
RGB Variations
Color information
#DD2510 (or 0xDD2510) is known color: Harley Davidson Orange. HEX triplet: DD, 25 and 10. RGB value is (221,37,16). Sum of RGB (Red+Green+Blue) = 221+37+16=274 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.66% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2510 is #22DAEF. Grayscale: #595959. Windows color (decimal): -2284272 or 1058269. OLE color: 1058269.
HSL color Cylindrical-coordinate representation of color #DD2510: hue angle of 6.15º 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 #DD2510 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 16 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.13 |
| HSL | 6.15º | 0.86% | 0.46% | - |
| HSV(B) | 6.15º | 0.93% | 0.87% | - |
| XYZ | 30.57 | 16.73 | 2.11 | - |
| YUV | 89.62 | 86.46 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 16 | 0 | 0.83 | 0.93 | 0.13 | 6.15 | 0.86 | 0.46 |
| Hex | DD | 25 | 10 | 0 | 53 | 5D | D | 6 | 56 | 2E |
| Octal | 335 | 45 | 20 | 0 | 123 | 135 | 15 | 6 | 126 | 56 |
| Binary | 11011101 | 100101 | 10000 | 0 | 1010011 | 1011101 | 1101 | 110 | 1010110 | 101110 |
Color Harmonies of #DD2510
Complementary color
Monochromatic Colors of #DD2510
Black with #DD2510
Text Example
Text Example
White with #DD2510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2510; }
p { color: rgb(221,37,16); }
H1.HeaderClassName
{
color: #DD2510;
}
.AnyTagClassName
{
color: #DD2510;
}
</style>
background-color css
<style>
a { background-color: #DD2510; }
a { background-color: rgb(221,37,16); }
div.DivClassName
{
background-color: #DD2510;
}
.BgClassName
{
background-color: #DD2510;
}
</style>
border-color css
<style>
span { border-color: #DD2510; }
span { border-color: rgb(221,37,16); }
td.TdClassName
{
border-color: #DD2510;
}
.TagClassName
{
border-color: #DD2510;
}
</style>