Shades of Alizarin #DD292F
Tints of Alizarin #DD292F
RGB
CMYK
RGB Variations
Color information
#DD292F (or 0xDD292F) is known color: Alizarin. HEX triplet: DD, 29 and 2F. RGB value is (221,41,47). Sum of RGB (Red+Green+Blue) = 221+41+47=309 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.52% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 221 - color contains mainly: red. Hex color #DD292F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD292F is #22D6D0. Grayscale: #5F5F5F. Windows color (decimal): -2283217 or 3090909. OLE color: 3090909.
HSL color Cylindrical-coordinate representation of color #DD292F: hue angle of 358º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD292F is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 41 | 47 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.13 |
| HSL | 358º | 0.73% | 0.51% | - |
| HSV(B) | 358º | 0.81% | 0.87% | - |
| XYZ | 31.12 | 17.16 | 4.36 | - |
| YUV | 95.5 | 100.63 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 47 | 0 | 0.81 | 0.79 | 0.13 | 358 | 0.73 | 0.51 |
| Hex | DD | 29 | 2F | 0 | 51 | 4F | D | 166 | 49 | 33 |
| Octal | 335 | 51 | 57 | 0 | 121 | 117 | 15 | 546 | 111 | 63 |
| Binary | 11011101 | 101001 | 101111 | 0 | 1010001 | 1001111 | 1101 | 101100110 | 1001001 | 110011 |
Color Harmonies of #DD292F
Complementary color
Monochromatic Colors of #DD292F
Black with #DD292F
Text Example
Text Example
White with #DD292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD292F; }
p { color: rgb(221,41,47); }
H1.HeaderClassName
{
color: #DD292F;
}
.AnyTagClassName
{
color: #DD292F;
}
</style>
background-color css
<style>
a { background-color: #DD292F; }
a { background-color: rgb(221,41,47); }
div.DivClassName
{
background-color: #DD292F;
}
.BgClassName
{
background-color: #DD292F;
}
</style>
border-color css
<style>
span { border-color: #DD292F; }
span { border-color: rgb(221,41,47); }
td.TdClassName
{
border-color: #DD292F;
}
.TagClassName
{
border-color: #DD292F;
}
</style>