Html Css Color HEX #DD2610 Harley Davidson Orange
📋 copy color: '#DD2610'red 221 ◦ green 38 ◦ blue 16
Shades of Harley Davidson Orange #DD2610
Tints of Harley Davidson Orange #DD2610
RGB
CMYK
RGB Variations
Color information
#DD2610 (or 0xDD2610) is known color: Harley Davidson Orange. HEX triplet: DD, 26 and 10. RGB value is (221,38,16). Sum of RGB (Red+Green+Blue) = 221+38+16=275 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.36% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2610 is #22D9EF. Grayscale: #5A5A5A. Windows color (decimal): -2284016 or 1058525. OLE color: 1058525.
HSL color Cylindrical-coordinate representation of color #DD2610: hue angle of 6.44º 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 #DD2610 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 16 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.13 |
| HSL | 6.44º | 0.86% | 0.46% | - |
| HSV(B) | 6.44º | 0.93% | 0.87% | - |
| XYZ | 30.61 | 16.8 | 2.12 | - |
| YUV | 90.21 | 86.13 | 221.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 16 | 0 | 0.83 | 0.93 | 0.13 | 6.44 | 0.86 | 0.46 |
| Hex | DD | 26 | 10 | 0 | 53 | 5D | D | 6 | 56 | 2E |
| Octal | 335 | 46 | 20 | 0 | 123 | 135 | 15 | 6 | 126 | 56 |
| Binary | 11011101 | 100110 | 10000 | 0 | 1010011 | 1011101 | 1101 | 110 | 1010110 | 101110 |
Color Harmonies of #DD2610
Complementary color
Monochromatic Colors of #DD2610
Black with #DD2610
Text Example
Text Example
White with #DD2610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2610; }
p { color: rgb(221,38,16); }
H1.HeaderClassName
{
color: #DD2610;
}
.AnyTagClassName
{
color: #DD2610;
}
</style>
background-color css
<style>
a { background-color: #DD2610; }
a { background-color: rgb(221,38,16); }
div.DivClassName
{
background-color: #DD2610;
}
.BgClassName
{
background-color: #DD2610;
}
</style>
border-color css
<style>
span { border-color: #DD2610; }
span { border-color: rgb(221,38,16); }
td.TdClassName
{
border-color: #DD2610;
}
.TagClassName
{
border-color: #DD2610;
}
</style>