Shades of Alizarin #DD2728
Tints of Alizarin #DD2728
RGB
CMYK
RGB Variations
Color information
#DD2728 (or 0xDD2728) is known color: Alizarin. HEX triplet: DD, 27 and 28. RGB value is (221,39,40). Sum of RGB (Red+Green+Blue) = 221+39+40=300 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.67% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2728 is #22D8D7. Grayscale: #5D5D5D. Windows color (decimal): -2283736 or 2631645. OLE color: 2631645.
HSL color Cylindrical-coordinate representation of color #DD2728: hue angle of 359.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD2728 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 39 | 40 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.13 |
| HSL | 359.67º | 0.73% | 0.51% | - |
| HSV(B) | 359.67º | 0.82% | 0.87% | - |
| XYZ | 30.93 | 16.98 | 3.65 | - |
| YUV | 93.53 | 97.8 | 218.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 40 | 0 | 0.82 | 0.82 | 0.13 | 359.67 | 0.73 | 0.51 |
| Hex | DD | 27 | 28 | 0 | 52 | 52 | D | 168 | 49 | 33 |
| Octal | 335 | 47 | 50 | 0 | 122 | 122 | 15 | 550 | 111 | 63 |
| Binary | 11011101 | 100111 | 101000 | 0 | 1010010 | 1010010 | 1101 | 101101000 | 1001001 | 110011 |
Color Harmonies of #DD2728
Complementary color
Monochromatic Colors of #DD2728
Black with #DD2728
Text Example
Text Example
White with #DD2728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2728; }
p { color: rgb(221,39,40); }
H1.HeaderClassName
{
color: #DD2728;
}
.AnyTagClassName
{
color: #DD2728;
}
</style>
background-color css
<style>
a { background-color: #DD2728; }
a { background-color: rgb(221,39,40); }
div.DivClassName
{
background-color: #DD2728;
}
.BgClassName
{
background-color: #DD2728;
}
</style>
border-color css
<style>
span { border-color: #DD2728; }
span { border-color: rgb(221,39,40); }
td.TdClassName
{
border-color: #DD2728;
}
.TagClassName
{
border-color: #DD2728;
}
</style>