Html Css Color HEX #DD2410 Harley Davidson Orange
📋 copy color: '#DD2410'red 221 ◦ green 36 ◦ blue 16
Shades of Harley Davidson Orange #DD2410
Tints of Harley Davidson Orange #DD2410
RGB
CMYK
RGB Variations
Color information
#DD2410 (or 0xDD2410) is known color: Harley Davidson Orange. HEX triplet: DD, 24 and 10. RGB value is (221,36,16). Sum of RGB (Red+Green+Blue) = 221+36+16=273 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.95% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2410 is #22DBEF. Grayscale: #595959. Windows color (decimal): -2284528 or 1058013. OLE color: 1058013.
HSL color Cylindrical-coordinate representation of color #DD2410: hue angle of 5.85º 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 #DD2410 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 16 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.13 |
| HSL | 5.85º | 0.86% | 0.46% | - |
| HSV(B) | 5.85º | 0.93% | 0.87% | - |
| XYZ | 30.54 | 16.67 | 2.1 | - |
| YUV | 89.04 | 86.79 | 222.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 16 | 0 | 0.84 | 0.93 | 0.13 | 5.85 | 0.86 | 0.46 |
| Hex | DD | 24 | 10 | 0 | 54 | 5D | D | 6 | 56 | 2E |
| Octal | 335 | 44 | 20 | 0 | 124 | 135 | 15 | 6 | 126 | 56 |
| Binary | 11011101 | 100100 | 10000 | 0 | 1010100 | 1011101 | 1101 | 110 | 1010110 | 101110 |
Color Harmonies of #DD2410
Complementary color
Monochromatic Colors of #DD2410
Black with #DD2410
Text Example
Text Example
White with #DD2410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2410; }
p { color: rgb(221,36,16); }
H1.HeaderClassName
{
color: #DD2410;
}
.AnyTagClassName
{
color: #DD2410;
}
</style>
background-color css
<style>
a { background-color: #DD2410; }
a { background-color: rgb(221,36,16); }
div.DivClassName
{
background-color: #DD2410;
}
.BgClassName
{
background-color: #DD2410;
}
</style>
border-color css
<style>
span { border-color: #DD2410; }
span { border-color: rgb(221,36,16); }
td.TdClassName
{
border-color: #DD2410;
}
.TagClassName
{
border-color: #DD2410;
}
</style>