Shades of Alizarin #DD2327
Tints of Alizarin #DD2327
RGB
CMYK
RGB Variations
Color information
#DD2327 (or 0xDD2327) is known color: Alizarin. HEX triplet: DD, 23 and 27. RGB value is (221,35,39). Sum of RGB (Red+Green+Blue) = 221+35+39=295 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.92% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2327 is #22DCD8. Grayscale: #5B5B5B. Windows color (decimal): -2284761 or 2565085. OLE color: 2565085.
HSL color Cylindrical-coordinate representation of color #DD2327: hue angle of 358.71º 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 #DD2327 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 39 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.13 |
| HSL | 358.71º | 0.73% | 0.5% | - |
| HSV(B) | 358.71º | 0.84% | 0.87% | - |
| XYZ | 30.79 | 16.72 | 3.52 | - |
| YUV | 91.07 | 98.62 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 39 | 0 | 0.84 | 0.82 | 0.13 | 358.71 | 0.73 | 0.5 |
| Hex | DD | 23 | 27 | 0 | 54 | 52 | D | 167 | 49 | 32 |
| Octal | 335 | 43 | 47 | 0 | 124 | 122 | 15 | 547 | 111 | 62 |
| Binary | 11011101 | 100011 | 100111 | 0 | 1010100 | 1010010 | 1101 | 101100111 | 1001001 | 110010 |
Color Harmonies of #DD2327
Complementary color
Monochromatic Colors of #DD2327
Black with #DD2327
Text Example
Text Example
White with #DD2327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2327; }
p { color: rgb(221,35,39); }
H1.HeaderClassName
{
color: #DD2327;
}
.AnyTagClassName
{
color: #DD2327;
}
</style>
background-color css
<style>
a { background-color: #DD2327; }
a { background-color: rgb(221,35,39); }
div.DivClassName
{
background-color: #DD2327;
}
.BgClassName
{
background-color: #DD2327;
}
</style>
border-color css
<style>
span { border-color: #DD2327; }
span { border-color: rgb(221,35,39); }
td.TdClassName
{
border-color: #DD2327;
}
.TagClassName
{
border-color: #DD2327;
}
</style>