Shades of Alizarin #DD3135
Tints of Alizarin #DD3135
RGB
CMYK
RGB Variations
Color information
#DD3135 (or 0xDD3135) is known color: Alizarin. HEX triplet: DD, 31 and 35. RGB value is (221,49,53). Sum of RGB (Red+Green+Blue) = 221+49+53=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3135 is #22CECA. Grayscale: #656565. Windows color (decimal): -2281163 or 3486173. OLE color: 3486173.
HSL color Cylindrical-coordinate representation of color #DD3135: hue angle of 358.6º 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 #DD3135 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 53 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.13 |
| HSL | 358.6º | 0.72% | 0.53% | - |
| HSV(B) | 358.6º | 0.78% | 0.87% | - |
| XYZ | 31.56 | 17.83 | 5.15 | - |
| YUV | 100.88 | 100.98 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 53 | 0 | 0.78 | 0.76 | 0.13 | 358.6 | 0.72 | 0.53 |
| Hex | DD | 31 | 35 | 0 | 4E | 4C | D | 167 | 48 | 35 |
| Octal | 335 | 61 | 65 | 0 | 116 | 114 | 15 | 547 | 110 | 65 |
| Binary | 11011101 | 110001 | 110101 | 0 | 1001110 | 1001100 | 1101 | 101100111 | 1001000 | 110101 |
Color Harmonies of #DD3135
Complementary color
Monochromatic Colors of #DD3135
Black with #DD3135
Text Example
Text Example
White with #DD3135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3135; }
p { color: rgb(221,49,53); }
H1.HeaderClassName
{
color: #DD3135;
}
.AnyTagClassName
{
color: #DD3135;
}
</style>
background-color css
<style>
a { background-color: #DD3135; }
a { background-color: rgb(221,49,53); }
div.DivClassName
{
background-color: #DD3135;
}
.BgClassName
{
background-color: #DD3135;
}
</style>
border-color css
<style>
span { border-color: #DD3135; }
span { border-color: rgb(221,49,53); }
td.TdClassName
{
border-color: #DD3135;
}
.TagClassName
{
border-color: #DD3135;
}
</style>