Shades of Alizarin #DD2B3B
Tints of Alizarin #DD2B3B
RGB
CMYK
RGB Variations
Color information
#DD2B3B (or 0xDD2B3B) is known color: Alizarin. HEX triplet: DD, 2B and 3B. RGB value is (221,43,59). Sum of RGB (Red+Green+Blue) = 221+43+59=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 43 (17.19% from 255 or 13.31% from 323); Blue value is 59 (23.44% from 255 or 18.27% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2B3B is #22D4C4. Grayscale: #626262. Windows color (decimal): -2282693 or 3877853. OLE color: 3877853.
HSL color Cylindrical-coordinate representation of color #DD2B3B: hue angle of 354.61º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2B3B is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 43 | 59 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.13 |
| HSL | 354.61º | 0.72% | 0.52% | - |
| HSV(B) | 354.61º | 0.81% | 0.87% | - |
| XYZ | 31.47 | 17.42 | 5.84 | - |
| YUV | 98.05 | 105.97 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 43 | 59 | 0 | 0.81 | 0.73 | 0.13 | 354.61 | 0.72 | 0.52 |
| Hex | DD | 2B | 3B | 0 | 51 | 49 | D | 163 | 48 | 34 |
| Octal | 335 | 53 | 73 | 0 | 121 | 111 | 15 | 543 | 110 | 64 |
| Binary | 11011101 | 101011 | 111011 | 0 | 1010001 | 1001001 | 1101 | 101100011 | 1001000 | 110100 |
Color Harmonies of #DD2B3B
Complementary color
Monochromatic Colors of #DD2B3B
Black with #DD2B3B
Text Example
Text Example
White with #DD2B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2B3B; }
p { color: rgb(221,43,59); }
H1.HeaderClassName
{
color: #DD2B3B;
}
.AnyTagClassName
{
color: #DD2B3B;
}
</style>
background-color css
<style>
a { background-color: #DD2B3B; }
a { background-color: rgb(221,43,59); }
div.DivClassName
{
background-color: #DD2B3B;
}
.BgClassName
{
background-color: #DD2B3B;
}
</style>
border-color css
<style>
span { border-color: #DD2B3B; }
span { border-color: rgb(221,43,59); }
td.TdClassName
{
border-color: #DD2B3B;
}
.TagClassName
{
border-color: #DD2B3B;
}
</style>