Shades of Alizarin #DD233B
Tints of Alizarin #DD233B
RGB
CMYK
RGB Variations
Color information
#DD233B (or 0xDD233B) is known color: Alizarin. HEX triplet: DD, 23 and 3B. RGB value is (221,35,59). Sum of RGB (Red+Green+Blue) = 221+35+59=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD233B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD233B is #22DCC4. Grayscale: #5D5D5D. Windows color (decimal): -2284741 or 3875805. OLE color: 3875805.
HSL color Cylindrical-coordinate representation of color #DD233B: hue angle of 352.26º 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 #DD233B is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 59 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.13 |
| HSL | 352.26º | 0.73% | 0.5% | - |
| HSV(B) | 352.26º | 0.84% | 0.87% | - |
| XYZ | 31.21 | 16.89 | 5.75 | - |
| YUV | 93.35 | 108.62 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 59 | 0 | 0.84 | 0.73 | 0.13 | 352.26 | 0.73 | 0.5 |
| Hex | DD | 23 | 3B | 0 | 54 | 49 | D | 160 | 49 | 32 |
| Octal | 335 | 43 | 73 | 0 | 124 | 111 | 15 | 540 | 111 | 62 |
| Binary | 11011101 | 100011 | 111011 | 0 | 1010100 | 1001001 | 1101 | 101100000 | 1001001 | 110010 |
Color Harmonies of #DD233B
Complementary color
Monochromatic Colors of #DD233B
Black with #DD233B
Text Example
Text Example
White with #DD233B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD233B; }
p { color: rgb(221,35,59); }
H1.HeaderClassName
{
color: #DD233B;
}
.AnyTagClassName
{
color: #DD233B;
}
</style>
background-color css
<style>
a { background-color: #DD233B; }
a { background-color: rgb(221,35,59); }
div.DivClassName
{
background-color: #DD233B;
}
.BgClassName
{
background-color: #DD233B;
}
</style>
border-color css
<style>
span { border-color: #DD233B; }
span { border-color: rgb(221,35,59); }
td.TdClassName
{
border-color: #DD233B;
}
.TagClassName
{
border-color: #DD233B;
}
</style>