Shades of Alizarin #DD1F2A
Tints of Alizarin #DD1F2A
RGB
CMYK
RGB Variations
Color information
#DD1F2A (or 0xDD1F2A) is known color: Alizarin. HEX triplet: DD, 1F and 2A. RGB value is (221,31,42). Sum of RGB (Red+Green+Blue) = 221+31+42=294 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.17% from 294); Green value is 31 (12.5% from 255 or 10.54% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1F2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1F2A is #22E0D5. Grayscale: #595959. Windows color (decimal): -2285782 or 2760669. OLE color: 2760669.
HSL color Cylindrical-coordinate representation of color #DD1F2A: hue angle of 356.53º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1F2A is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 31 | 42 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.13 |
| HSL | 356.53º | 0.75% | 0.49% | - |
| HSV(B) | 356.53º | 0.86% | 0.87% | - |
| XYZ | 30.73 | 16.52 | 3.76 | - |
| YUV | 89.06 | 101.45 | 222.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 31 | 42 | 0 | 0.86 | 0.81 | 0.13 | 356.53 | 0.75 | 0.49 |
| Hex | DD | 1F | 2A | 0 | 56 | 51 | D | 165 | 4B | 31 |
| Octal | 335 | 37 | 52 | 0 | 126 | 121 | 15 | 545 | 113 | 61 |
| Binary | 11011101 | 11111 | 101010 | 0 | 1010110 | 1010001 | 1101 | 101100101 | 1001011 | 110001 |
Color Harmonies of #DD1F2A
Complementary color
Monochromatic Colors of #DD1F2A
Black with #DD1F2A
Text Example
Text Example
White with #DD1F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1F2A; }
p { color: rgb(221,31,42); }
H1.HeaderClassName
{
color: #DD1F2A;
}
.AnyTagClassName
{
color: #DD1F2A;
}
</style>
background-color css
<style>
a { background-color: #DD1F2A; }
a { background-color: rgb(221,31,42); }
div.DivClassName
{
background-color: #DD1F2A;
}
.BgClassName
{
background-color: #DD1F2A;
}
</style>
border-color css
<style>
span { border-color: #DD1F2A; }
span { border-color: rgb(221,31,42); }
td.TdClassName
{
border-color: #DD1F2A;
}
.TagClassName
{
border-color: #DD1F2A;
}
</style>