Shades of Alizarin #DD1E2A
Tints of Alizarin #DD1E2A
RGB
CMYK
RGB Variations
Color information
#DD1E2A (or 0xDD1E2A) is known color: Alizarin. HEX triplet: DD, 1E and 2A. RGB value is (221,30,42). Sum of RGB (Red+Green+Blue) = 221+30+42=293 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.43% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 42 (16.80% from 255 or 14.33% from 293); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1E2A is #22E1D5. Grayscale: #585858. Windows color (decimal): -2286038 or 2760413. OLE color: 2760413.
HSL color Cylindrical-coordinate representation of color #DD1E2A: hue angle of 356.23º degrees, saturation: 0.76, 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 #DD1E2A is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 30 | 42 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.13 |
| HSL | 356.23º | 0.76% | 0.49% | - |
| HSV(B) | 356.23º | 0.86% | 0.87% | - |
| XYZ | 30.7 | 16.47 | 3.75 | - |
| YUV | 88.48 | 101.78 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 30 | 42 | 0 | 0.86 | 0.81 | 0.13 | 356.23 | 0.76 | 0.49 |
| Hex | DD | 1E | 2A | 0 | 56 | 51 | D | 164 | 4C | 31 |
| Octal | 335 | 36 | 52 | 0 | 126 | 121 | 15 | 544 | 114 | 61 |
| Binary | 11011101 | 11110 | 101010 | 0 | 1010110 | 1010001 | 1101 | 101100100 | 1001100 | 110001 |
Color Harmonies of #DD1E2A
Complementary color
Monochromatic Colors of #DD1E2A
Black with #DD1E2A
Text Example
Text Example
White with #DD1E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1E2A; }
p { color: rgb(221,30,42); }
H1.HeaderClassName
{
color: #DD1E2A;
}
.AnyTagClassName
{
color: #DD1E2A;
}
</style>
background-color css
<style>
a { background-color: #DD1E2A; }
a { background-color: rgb(221,30,42); }
div.DivClassName
{
background-color: #DD1E2A;
}
.BgClassName
{
background-color: #DD1E2A;
}
</style>
border-color css
<style>
span { border-color: #DD1E2A; }
span { border-color: rgb(221,30,42); }
td.TdClassName
{
border-color: #DD1E2A;
}
.TagClassName
{
border-color: #DD1E2A;
}
</style>