Shades of Alizarin #DD303B
Tints of Alizarin #DD303B
RGB
CMYK
RGB Variations
Color information
#DD303B (or 0xDD303B) is known color: Alizarin. HEX triplet: DD, 30 and 3B. RGB value is (221,48,59). Sum of RGB (Red+Green+Blue) = 221+48+59=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD303B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD303B is #22CFC4. Grayscale: #656565. Windows color (decimal): -2281413 or 3879133. OLE color: 3879133.
HSL color Cylindrical-coordinate representation of color #DD303B: hue angle of 356.18º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD303B is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 48 | 59 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.13 |
| HSL | 356.19º | 0.72% | 0.53% | - |
| HSV(B) | 356.19º | 0.78% | 0.87% | - |
| XYZ | 31.67 | 17.8 | 5.9 | - |
| YUV | 100.98 | 104.31 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 48 | 59 | 0 | 0.78 | 0.73 | 0.13 | 356.19 | 0.72 | 0.53 |
| Hex | DD | 30 | 3B | 0 | 4E | 49 | D | 164 | 48 | 35 |
| Octal | 335 | 60 | 73 | 0 | 116 | 111 | 15 | 544 | 110 | 65 |
| Binary | 11011101 | 110000 | 111011 | 0 | 1001110 | 1001001 | 1101 | 101100100 | 1001000 | 110101 |
Color Harmonies of #DD303B
Complementary color
Monochromatic Colors of #DD303B
Black with #DD303B
Text Example
Text Example
White with #DD303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD303B; }
p { color: rgb(221,48,59); }
H1.HeaderClassName
{
color: #DD303B;
}
.AnyTagClassName
{
color: #DD303B;
}
</style>
background-color css
<style>
a { background-color: #DD303B; }
a { background-color: rgb(221,48,59); }
div.DivClassName
{
background-color: #DD303B;
}
.BgClassName
{
background-color: #DD303B;
}
</style>
border-color css
<style>
span { border-color: #DD303B; }
span { border-color: rgb(221,48,59); }
td.TdClassName
{
border-color: #DD303B;
}
.TagClassName
{
border-color: #DD303B;
}
</style>