Html Css Color HEX #DD2B0D Harley Davidson Orange
📋 copy color: '#DD2B0D'red 221 ◦ green 43 ◦ blue 13
Shades of Harley Davidson Orange #DD2B0D
Tints of Harley Davidson Orange #DD2B0D
RGB
CMYK
RGB Variations
Color information
#DD2B0D (or 0xDD2B0D) is known color: Harley Davidson Orange. HEX triplet: DD, 2B and 0D. RGB value is (221,43,13). Sum of RGB (Red+Green+Blue) = 221+43+13=277 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.78% from 277); Green value is 43 (17.19% from 255 or 15.52% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2B0D is #22D4F2. Grayscale: #5D5D5D. Windows color (decimal): -2282739 or 863197. OLE color: 863197.
HSL color Cylindrical-coordinate representation of color #DD2B0D: hue angle of 8.65º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD2B0D is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 43 | 13 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.13 |
| HSL | 8.65º | 0.89% | 0.46% | - |
| HSV(B) | 8.65º | 0.94% | 0.87% | - |
| XYZ | 30.76 | 17.13 | 2.07 | - |
| YUV | 92.8 | 82.97 | 219.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 43 | 13 | 0 | 0.81 | 0.94 | 0.13 | 8.65 | 0.89 | 0.46 |
| Hex | DD | 2B | D | 0 | 51 | 5E | D | 9 | 59 | 2E |
| Octal | 335 | 53 | 15 | 0 | 121 | 136 | 15 | 11 | 131 | 56 |
| Binary | 11011101 | 101011 | 1101 | 0 | 1010001 | 1011110 | 1101 | 1001 | 1011001 | 101110 |
Color Harmonies of #DD2B0D
Complementary color
Monochromatic Colors of #DD2B0D
Black with #DD2B0D
Text Example
Text Example
White with #DD2B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2B0D; }
p { color: rgb(221,43,13); }
H1.HeaderClassName
{
color: #DD2B0D;
}
.AnyTagClassName
{
color: #DD2B0D;
}
</style>
background-color css
<style>
a { background-color: #DD2B0D; }
a { background-color: rgb(221,43,13); }
div.DivClassName
{
background-color: #DD2B0D;
}
.BgClassName
{
background-color: #DD2B0D;
}
</style>
border-color css
<style>
span { border-color: #DD2B0D; }
span { border-color: rgb(221,43,13); }
td.TdClassName
{
border-color: #DD2B0D;
}
.TagClassName
{
border-color: #DD2B0D;
}
</style>