Shades of Alizarin #DD233E
Tints of Alizarin #DD233E
RGB
CMYK
RGB Variations
Color information
#DD233E (or 0xDD233E) is known color: Alizarin. HEX triplet: DD, 23 and 3E. RGB value is (221,35,62). Sum of RGB (Red+Green+Blue) = 221+35+62=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD233E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD233E is #22DCC1. Grayscale: #5D5D5D. Windows color (decimal): -2284738 or 4072413. OLE color: 4072413.
HSL color Cylindrical-coordinate representation of color #DD233E: hue angle of 351.29º 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 #DD233E is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 62 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.13 |
| HSL | 351.29º | 0.73% | 0.5% | - |
| HSV(B) | 351.29º | 0.84% | 0.87% | - |
| XYZ | 31.29 | 16.92 | 6.17 | - |
| YUV | 93.69 | 110.12 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 62 | 0 | 0.84 | 0.72 | 0.13 | 351.29 | 0.73 | 0.5 |
| Hex | DD | 23 | 3E | 0 | 54 | 48 | D | 15F | 49 | 32 |
| Octal | 335 | 43 | 76 | 0 | 124 | 110 | 15 | 537 | 111 | 62 |
| Binary | 11011101 | 100011 | 111110 | 0 | 1010100 | 1001000 | 1101 | 101011111 | 1001001 | 110010 |
Color Harmonies of #DD233E
Complementary color
Monochromatic Colors of #DD233E
Black with #DD233E
Text Example
Text Example
White with #DD233E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD233E; }
p { color: rgb(221,35,62); }
H1.HeaderClassName
{
color: #DD233E;
}
.AnyTagClassName
{
color: #DD233E;
}
</style>
background-color css
<style>
a { background-color: #DD233E; }
a { background-color: rgb(221,35,62); }
div.DivClassName
{
background-color: #DD233E;
}
.BgClassName
{
background-color: #DD233E;
}
</style>
border-color css
<style>
span { border-color: #DD233E; }
span { border-color: rgb(221,35,62); }
td.TdClassName
{
border-color: #DD233E;
}
.TagClassName
{
border-color: #DD233E;
}
</style>