Shades of Alizarin #DD333E
Tints of Alizarin #DD333E
RGB
CMYK
RGB Variations
Color information
#DD333E (or 0xDD333E) is known color: Alizarin. HEX triplet: DD, 33 and 3E. RGB value is (221,51,62). Sum of RGB (Red+Green+Blue) = 221+51+62=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD333E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD333E is #22CCC1. Grayscale: #676767. Windows color (decimal): -2280642 or 4076509. OLE color: 4076509.
HSL color Cylindrical-coordinate representation of color #DD333E: hue angle of 356.12º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD333E is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 62 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.13 |
| HSL | 356.12º | 0.71% | 0.53% | - |
| HSV(B) | 356.12º | 0.77% | 0.87% | - |
| XYZ | 31.87 | 18.09 | 6.37 | - |
| YUV | 103.08 | 104.82 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 62 | 0 | 0.77 | 0.72 | 0.13 | 356.12 | 0.71 | 0.53 |
| Hex | DD | 33 | 3E | 0 | 4D | 48 | D | 164 | 47 | 35 |
| Octal | 335 | 63 | 76 | 0 | 115 | 110 | 15 | 544 | 107 | 65 |
| Binary | 11011101 | 110011 | 111110 | 0 | 1001101 | 1001000 | 1101 | 101100100 | 1000111 | 110101 |
Color Harmonies of #DD333E
Complementary color
Monochromatic Colors of #DD333E
Black with #DD333E
Text Example
Text Example
White with #DD333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD333E; }
p { color: rgb(221,51,62); }
H1.HeaderClassName
{
color: #DD333E;
}
.AnyTagClassName
{
color: #DD333E;
}
</style>
background-color css
<style>
a { background-color: #DD333E; }
a { background-color: rgb(221,51,62); }
div.DivClassName
{
background-color: #DD333E;
}
.BgClassName
{
background-color: #DD333E;
}
</style>
border-color css
<style>
span { border-color: #DD333E; }
span { border-color: rgb(221,51,62); }
td.TdClassName
{
border-color: #DD333E;
}
.TagClassName
{
border-color: #DD333E;
}
</style>