Shades of Alizarin #DD202E
Tints of Alizarin #DD202E
RGB
CMYK
RGB Variations
Color information
#DD202E (or 0xDD202E) is known color: Alizarin. HEX triplet: DD, 20 and 2E. RGB value is (221,32,46). Sum of RGB (Red+Green+Blue) = 221+32+46=299 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.91% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 221 - color contains mainly: red. Hex color #DD202E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD202E is #22DFD1. Grayscale: #5A5A5A. Windows color (decimal): -2285522 or 3023069. OLE color: 3023069.
HSL color Cylindrical-coordinate representation of color #DD202E: hue angle of 355.56º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD202E is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 46 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.13 |
| HSL | 355.56º | 0.75% | 0.5% | - |
| HSV(B) | 355.56º | 0.86% | 0.87% | - |
| XYZ | 30.83 | 16.6 | 4.16 | - |
| YUV | 90.11 | 103.12 | 221.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 46 | 0 | 0.86 | 0.79 | 0.13 | 355.56 | 0.75 | 0.5 |
| Hex | DD | 20 | 2E | 0 | 56 | 4F | D | 164 | 4B | 32 |
| Octal | 335 | 40 | 56 | 0 | 126 | 117 | 15 | 544 | 113 | 62 |
| Binary | 11011101 | 100000 | 101110 | 0 | 1010110 | 1001111 | 1101 | 101100100 | 1001011 | 110010 |
Color Harmonies of #DD202E
Complementary color
Monochromatic Colors of #DD202E
Black with #DD202E
Text Example
Text Example
White with #DD202E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD202E; }
p { color: rgb(221,32,46); }
H1.HeaderClassName
{
color: #DD202E;
}
.AnyTagClassName
{
color: #DD202E;
}
</style>
background-color css
<style>
a { background-color: #DD202E; }
a { background-color: rgb(221,32,46); }
div.DivClassName
{
background-color: #DD202E;
}
.BgClassName
{
background-color: #DD202E;
}
</style>
border-color css
<style>
span { border-color: #DD202E; }
span { border-color: rgb(221,32,46); }
td.TdClassName
{
border-color: #DD202E;
}
.TagClassName
{
border-color: #DD202E;
}
</style>