Shades of Alizarin #DD2330
Tints of Alizarin #DD2330
RGB
CMYK
RGB Variations
Color information
#DD2330 (or 0xDD2330) is known color: Alizarin. HEX triplet: DD, 23 and 30. RGB value is (221,35,48). Sum of RGB (Red+Green+Blue) = 221+35+48=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2330 is #22DCCF. Grayscale: #5C5C5C. Windows color (decimal): -2284752 or 3154909. OLE color: 3154909.
HSL color Cylindrical-coordinate representation of color #DD2330: hue angle of 355.81º 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 #DD2330 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 48 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.13 |
| HSL | 355.81º | 0.73% | 0.5% | - |
| HSV(B) | 355.81º | 0.84% | 0.87% | - |
| XYZ | 30.95 | 16.79 | 4.41 | - |
| YUV | 92.1 | 103.12 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 48 | 0 | 0.84 | 0.78 | 0.13 | 355.81 | 0.73 | 0.5 |
| Hex | DD | 23 | 30 | 0 | 54 | 4E | D | 164 | 49 | 32 |
| Octal | 335 | 43 | 60 | 0 | 124 | 116 | 15 | 544 | 111 | 62 |
| Binary | 11011101 | 100011 | 110000 | 0 | 1010100 | 1001110 | 1101 | 101100100 | 1001001 | 110010 |
Color Harmonies of #DD2330
Complementary color
Monochromatic Colors of #DD2330
Black with #DD2330
Text Example
Text Example
White with #DD2330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2330; }
p { color: rgb(221,35,48); }
H1.HeaderClassName
{
color: #DD2330;
}
.AnyTagClassName
{
color: #DD2330;
}
</style>
background-color css
<style>
a { background-color: #DD2330; }
a { background-color: rgb(221,35,48); }
div.DivClassName
{
background-color: #DD2330;
}
.BgClassName
{
background-color: #DD2330;
}
</style>
border-color css
<style>
span { border-color: #DD2330; }
span { border-color: rgb(221,35,48); }
td.TdClassName
{
border-color: #DD2330;
}
.TagClassName
{
border-color: #DD2330;
}
</style>