Shades of Alizarin #DD2B30
Tints of Alizarin #DD2B30
RGB
CMYK
RGB Variations
Color information
#DD2B30 (or 0xDD2B30) is known color: Alizarin. HEX triplet: DD, 2B and 30. RGB value is (221,43,48). Sum of RGB (Red+Green+Blue) = 221+43+48=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2B30 is #22D4CF. Grayscale: #606060. Windows color (decimal): -2282704 or 3156957. OLE color: 3156957.
HSL color Cylindrical-coordinate representation of color #DD2B30: hue angle of 358.31º 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 #DD2B30 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 43 | 48 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.13 |
| HSL | 358.31º | 0.72% | 0.52% | - |
| HSV(B) | 358.31º | 0.81% | 0.87% | - |
| XYZ | 31.22 | 17.31 | 4.49 | - |
| YUV | 96.79 | 100.47 | 216.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 43 | 48 | 0 | 0.81 | 0.78 | 0.13 | 358.31 | 0.72 | 0.52 |
| Hex | DD | 2B | 30 | 0 | 51 | 4E | D | 166 | 48 | 34 |
| Octal | 335 | 53 | 60 | 0 | 121 | 116 | 15 | 546 | 110 | 64 |
| Binary | 11011101 | 101011 | 110000 | 0 | 1010001 | 1001110 | 1101 | 101100110 | 1001000 | 110100 |
Color Harmonies of #DD2B30
Complementary color
Monochromatic Colors of #DD2B30
Black with #DD2B30
Text Example
Text Example
White with #DD2B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2B30; }
p { color: rgb(221,43,48); }
H1.HeaderClassName
{
color: #DD2B30;
}
.AnyTagClassName
{
color: #DD2B30;
}
</style>
background-color css
<style>
a { background-color: #DD2B30; }
a { background-color: rgb(221,43,48); }
div.DivClassName
{
background-color: #DD2B30;
}
.BgClassName
{
background-color: #DD2B30;
}
</style>
border-color css
<style>
span { border-color: #DD2B30; }
span { border-color: rgb(221,43,48); }
td.TdClassName
{
border-color: #DD2B30;
}
.TagClassName
{
border-color: #DD2B30;
}
</style>