Shades of Alizarin #DD303D
Tints of Alizarin #DD303D
RGB
CMYK
RGB Variations
Color information
#DD303D (or 0xDD303D) is known color: Alizarin. HEX triplet: DD, 30 and 3D. RGB value is (221,48,61). Sum of RGB (Red+Green+Blue) = 221+48+61=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD303D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD303D is #22CFC2. Grayscale: #656565. Windows color (decimal): -2281411 or 4010205. OLE color: 4010205.
HSL color Cylindrical-coordinate representation of color #DD303D: hue angle of 355.49º 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 #DD303D is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 48 | 61 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.13 |
| HSL | 355.49º | 0.72% | 0.53% | - |
| HSV(B) | 355.49º | 0.78% | 0.87% | - |
| XYZ | 31.72 | 17.82 | 6.18 | - |
| YUV | 101.21 | 105.31 | 213.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 48 | 61 | 0 | 0.78 | 0.72 | 0.13 | 355.49 | 0.72 | 0.53 |
| Hex | DD | 30 | 3D | 0 | 4E | 48 | D | 163 | 48 | 35 |
| Octal | 335 | 60 | 75 | 0 | 116 | 110 | 15 | 543 | 110 | 65 |
| Binary | 11011101 | 110000 | 111101 | 0 | 1001110 | 1001000 | 1101 | 101100011 | 1001000 | 110101 |
Color Harmonies of #DD303D
Complementary color
Monochromatic Colors of #DD303D
Black with #DD303D
Text Example
Text Example
White with #DD303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD303D; }
p { color: rgb(221,48,61); }
H1.HeaderClassName
{
color: #DD303D;
}
.AnyTagClassName
{
color: #DD303D;
}
</style>
background-color css
<style>
a { background-color: #DD303D; }
a { background-color: rgb(221,48,61); }
div.DivClassName
{
background-color: #DD303D;
}
.BgClassName
{
background-color: #DD303D;
}
</style>
border-color css
<style>
span { border-color: #DD303D; }
span { border-color: rgb(221,48,61); }
td.TdClassName
{
border-color: #DD303D;
}
.TagClassName
{
border-color: #DD303D;
}
</style>