Shades of Alizarin #DD232E
Tints of Alizarin #DD232E
RGB
CMYK
RGB Variations
Color information
#DD232E (or 0xDD232E) is known color: Alizarin. HEX triplet: DD, 23 and 2E. RGB value is (221,35,46). Sum of RGB (Red+Green+Blue) = 221+35+46=302 (40% of max value = 765). Red value is 221 (86.72% from 255 or 73.18% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 221 - color contains mainly: red. Hex color #DD232E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD232E is #22DCD1. Grayscale: #5C5C5C. Windows color (decimal): -2284754 or 3023837. OLE color: 3023837.
HSL color Cylindrical-coordinate representation of color #DD232E: hue angle of 356.45º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD232E is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 46 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.13 |
| HSL | 356.45º | 0.73% | 0.5% | - |
| HSV(B) | 356.45º | 0.84% | 0.87% | - |
| XYZ | 30.91 | 16.77 | 4.19 | - |
| YUV | 91.87 | 102.12 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 46 | 0 | 0.84 | 0.79 | 0.13 | 356.45 | 0.73 | 0.5 |
| Hex | DD | 23 | 2E | 0 | 54 | 4F | D | 164 | 49 | 32 |
| Octal | 335 | 43 | 56 | 0 | 124 | 117 | 15 | 544 | 111 | 62 |
| Binary | 11011101 | 100011 | 101110 | 0 | 1010100 | 1001111 | 1101 | 101100100 | 1001001 | 110010 |
Color Harmonies of #DD232E
Complementary color
Monochromatic Colors of #DD232E
Black with #DD232E
Text Example
Text Example
White with #DD232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD232E; }
p { color: rgb(221,35,46); }
H1.HeaderClassName
{
color: #DD232E;
}
.AnyTagClassName
{
color: #DD232E;
}
</style>
background-color css
<style>
a { background-color: #DD232E; }
a { background-color: rgb(221,35,46); }
div.DivClassName
{
background-color: #DD232E;
}
.BgClassName
{
background-color: #DD232E;
}
</style>
border-color css
<style>
span { border-color: #DD232E; }
span { border-color: rgb(221,35,46); }
td.TdClassName
{
border-color: #DD232E;
}
.TagClassName
{
border-color: #DD232E;
}
</style>