Shades of Alizarin #DD2830
Tints of Alizarin #DD2830
RGB
CMYK
RGB Variations
Color information
#DD2830 (or 0xDD2830) is known color: Alizarin. HEX triplet: DD, 28 and 30. RGB value is (221,40,48). Sum of RGB (Red+Green+Blue) = 221+40+48=309 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.52% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2830 is #22D7CF. Grayscale: #5F5F5F. Windows color (decimal): -2283472 or 3156189. OLE color: 3156189.
HSL color Cylindrical-coordinate representation of color #DD2830: hue angle of 357.35º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD2830 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 48 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.13 |
| HSL | 357.35º | 0.73% | 0.51% | - |
| HSV(B) | 357.35º | 0.82% | 0.87% | - |
| XYZ | 31.11 | 17.1 | 4.46 | - |
| YUV | 95.03 | 101.47 | 217.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 48 | 0 | 0.82 | 0.78 | 0.13 | 357.35 | 0.73 | 0.51 |
| Hex | DD | 28 | 30 | 0 | 52 | 4E | D | 165 | 49 | 33 |
| Octal | 335 | 50 | 60 | 0 | 122 | 116 | 15 | 545 | 111 | 63 |
| Binary | 11011101 | 101000 | 110000 | 0 | 1010010 | 1001110 | 1101 | 101100101 | 1001001 | 110011 |
Color Harmonies of #DD2830
Complementary color
Monochromatic Colors of #DD2830
Black with #DD2830
Text Example
Text Example
White with #DD2830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2830; }
p { color: rgb(221,40,48); }
H1.HeaderClassName
{
color: #DD2830;
}
.AnyTagClassName
{
color: #DD2830;
}
</style>
background-color css
<style>
a { background-color: #DD2830; }
a { background-color: rgb(221,40,48); }
div.DivClassName
{
background-color: #DD2830;
}
.BgClassName
{
background-color: #DD2830;
}
</style>
border-color css
<style>
span { border-color: #DD2830; }
span { border-color: rgb(221,40,48); }
td.TdClassName
{
border-color: #DD2830;
}
.TagClassName
{
border-color: #DD2830;
}
</style>