Html Css Color HEX #DD211C Harley Davidson Orange
📋 copy color: '#DD211C'red 221 ◦ green 33 ◦ blue 28
Shades of Harley Davidson Orange #DD211C
Tints of Harley Davidson Orange #DD211C
RGB
CMYK
RGB Variations
Color information
#DD211C (or 0xDD211C) is known color: Harley Davidson Orange. HEX triplet: DD, 21 and 1C. RGB value is (221,33,28). Sum of RGB (Red+Green+Blue) = 221+33+28=282 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.37% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 221 - color contains mainly: red. Hex color #DD211C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD211C is #22DEE3. Grayscale: #585858. Windows color (decimal): -2285284 or 1843677. OLE color: 1843677.
HSL color Cylindrical-coordinate representation of color #DD211C: 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.87%. Process color model (Four color, CMYK) of #DD211C is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 28 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.13 |
| HSL | 1.55º | 0.78% | 0.49% | - |
| HSV(B) | 1.55º | 0.87% | 0.87% | - |
| XYZ | 30.57 | 16.54 | 2.68 | - |
| YUV | 88.64 | 93.78 | 222.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 28 | 0 | 0.85 | 0.87 | 0.13 | 1.55 | 0.78 | 0.49 |
| Hex | DD | 21 | 1C | 0 | 55 | 57 | D | 2 | 4E | 31 |
| Octal | 335 | 41 | 34 | 0 | 125 | 127 | 15 | 2 | 116 | 61 |
| Binary | 11011101 | 100001 | 11100 | 0 | 1010101 | 1010111 | 1101 | 10 | 1001110 | 110001 |
Color Harmonies of #DD211C
Complementary color
Monochromatic Colors of #DD211C
Black with #DD211C
Text Example
Text Example
White with #DD211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD211C; }
p { color: rgb(221,33,28); }
H1.HeaderClassName
{
color: #DD211C;
}
.AnyTagClassName
{
color: #DD211C;
}
</style>
background-color css
<style>
a { background-color: #DD211C; }
a { background-color: rgb(221,33,28); }
div.DivClassName
{
background-color: #DD211C;
}
.BgClassName
{
background-color: #DD211C;
}
</style>
border-color css
<style>
span { border-color: #DD211C; }
span { border-color: rgb(221,33,28); }
td.TdClassName
{
border-color: #DD211C;
}
.TagClassName
{
border-color: #DD211C;
}
</style>