Shades of Alizarin #DD303F
Tints of Alizarin #DD303F
RGB
CMYK
RGB Variations
Color information
#DD303F (or 0xDD303F) is known color: Alizarin. HEX triplet: DD, 30 and 3F. RGB value is (221,48,63). Sum of RGB (Red+Green+Blue) = 221+48+63=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD303F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD303F is #22CFC0. Grayscale: #656565. Windows color (decimal): -2281409 or 4141277. OLE color: 4141277.
HSL color Cylindrical-coordinate representation of color #DD303F: hue angle of 354.8º 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 #DD303F is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 48 | 63 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.13 |
| HSL | 354.8º | 0.72% | 0.53% | - |
| HSV(B) | 354.8º | 0.78% | 0.87% | - |
| XYZ | 31.77 | 17.84 | 6.47 | - |
| YUV | 101.44 | 106.31 | 213.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 48 | 63 | 0 | 0.78 | 0.71 | 0.13 | 354.8 | 0.72 | 0.53 |
| Hex | DD | 30 | 3F | 0 | 4E | 47 | D | 163 | 48 | 35 |
| Octal | 335 | 60 | 77 | 0 | 116 | 107 | 15 | 543 | 110 | 65 |
| Binary | 11011101 | 110000 | 111111 | 0 | 1001110 | 1000111 | 1101 | 101100011 | 1001000 | 110101 |
Color Harmonies of #DD303F
Complementary color
Monochromatic Colors of #DD303F
Black with #DD303F
Text Example
Text Example
White with #DD303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD303F; }
p { color: rgb(221,48,63); }
H1.HeaderClassName
{
color: #DD303F;
}
.AnyTagClassName
{
color: #DD303F;
}
</style>
background-color css
<style>
a { background-color: #DD303F; }
a { background-color: rgb(221,48,63); }
div.DivClassName
{
background-color: #DD303F;
}
.BgClassName
{
background-color: #DD303F;
}
</style>
border-color css
<style>
span { border-color: #DD303F; }
span { border-color: rgb(221,48,63); }
td.TdClassName
{
border-color: #DD303F;
}
.TagClassName
{
border-color: #DD303F;
}
</style>