Html Css Color HEX #DD201B Harley Davidson Orange
📋 copy color: '#DD201B'red 221 ◦ green 32 ◦ blue 27
Shades of Harley Davidson Orange #DD201B
Tints of Harley Davidson Orange #DD201B
RGB
CMYK
RGB Variations
Color information
#DD201B (or 0xDD201B) is known color: Harley Davidson Orange. HEX triplet: DD, 20 and 1B. RGB value is (221,32,27). Sum of RGB (Red+Green+Blue) = 221+32+27=280 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.93% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 221 - color contains mainly: red. Hex color #DD201B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD201B is #22DFE4. Grayscale: #585858. Windows color (decimal): -2285541 or 1777885. OLE color: 1777885.
HSL color Cylindrical-coordinate representation of color #DD201B: hue angle of 1.55º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD201B is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 27 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.13 |
| HSL | 1.55º | 0.78% | 0.49% | - |
| HSV(B) | 1.55º | 0.88% | 0.87% | - |
| XYZ | 30.53 | 16.48 | 2.61 | - |
| YUV | 87.94 | 93.62 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 27 | 0 | 0.86 | 0.88 | 0.13 | 1.55 | 0.78 | 0.49 |
| Hex | DD | 20 | 1B | 0 | 56 | 58 | D | 2 | 4E | 31 |
| Octal | 335 | 40 | 33 | 0 | 126 | 130 | 15 | 2 | 116 | 61 |
| Binary | 11011101 | 100000 | 11011 | 0 | 1010110 | 1011000 | 1101 | 10 | 1001110 | 110001 |
Color Harmonies of #DD201B
Complementary color
Monochromatic Colors of #DD201B
Black with #DD201B
Text Example
Text Example
White with #DD201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD201B; }
p { color: rgb(221,32,27); }
H1.HeaderClassName
{
color: #DD201B;
}
.AnyTagClassName
{
color: #DD201B;
}
</style>
background-color css
<style>
a { background-color: #DD201B; }
a { background-color: rgb(221,32,27); }
div.DivClassName
{
background-color: #DD201B;
}
.BgClassName
{
background-color: #DD201B;
}
</style>
border-color css
<style>
span { border-color: #DD201B; }
span { border-color: rgb(221,32,27); }
td.TdClassName
{
border-color: #DD201B;
}
.TagClassName
{
border-color: #DD201B;
}
</style>