Shades of Alizarin #DD232A
Tints of Alizarin #DD232A
RGB
CMYK
RGB Variations
Color information
#DD232A (or 0xDD232A) is known color: Alizarin. HEX triplet: DD, 23 and 2A. RGB value is (221,35,42). Sum of RGB (Red+Green+Blue) = 221+35+42=298 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.16% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 221 - color contains mainly: red. Hex color #DD232A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD232A is #22DCD5. Grayscale: #5B5B5B. Windows color (decimal): -2284758 or 2761693. OLE color: 2761693.
HSL color Cylindrical-coordinate representation of color #DD232A: hue angle of 357.74º 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 #DD232A is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 42 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.13 |
| HSL | 357.74º | 0.73% | 0.5% | - |
| HSV(B) | 357.74º | 0.84% | 0.87% | - |
| XYZ | 30.84 | 16.74 | 3.8 | - |
| YUV | 91.41 | 100.12 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 42 | 0 | 0.84 | 0.81 | 0.13 | 357.74 | 0.73 | 0.5 |
| Hex | DD | 23 | 2A | 0 | 54 | 51 | D | 166 | 49 | 32 |
| Octal | 335 | 43 | 52 | 0 | 124 | 121 | 15 | 546 | 111 | 62 |
| Binary | 11011101 | 100011 | 101010 | 0 | 1010100 | 1010001 | 1101 | 101100110 | 1001001 | 110010 |
Color Harmonies of #DD232A
Complementary color
Monochromatic Colors of #DD232A
Black with #DD232A
Text Example
Text Example
White with #DD232A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD232A; }
p { color: rgb(221,35,42); }
H1.HeaderClassName
{
color: #DD232A;
}
.AnyTagClassName
{
color: #DD232A;
}
</style>
background-color css
<style>
a { background-color: #DD232A; }
a { background-color: rgb(221,35,42); }
div.DivClassName
{
background-color: #DD232A;
}
.BgClassName
{
background-color: #DD232A;
}
</style>
border-color css
<style>
span { border-color: #DD232A; }
span { border-color: rgb(221,35,42); }
td.TdClassName
{
border-color: #DD232A;
}
.TagClassName
{
border-color: #DD232A;
}
</style>