Shades of Alizarin #DD283A
Tints of Alizarin #DD283A
RGB
CMYK
RGB Variations
Color information
#DD283A (or 0xDD283A) is known color: Alizarin. HEX triplet: DD, 28 and 3A. RGB value is (221,40,58). Sum of RGB (Red+Green+Blue) = 221+40+58=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD283A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD283A is #22D7C5. Grayscale: #606060. Windows color (decimal): -2283462 or 3811549. OLE color: 3811549.
HSL color Cylindrical-coordinate representation of color #DD283A: hue angle of 354.03º 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 #DD283A is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 58 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.13 |
| HSL | 354.03º | 0.73% | 0.51% | - |
| HSV(B) | 354.03º | 0.82% | 0.87% | - |
| XYZ | 31.34 | 17.2 | 5.67 | - |
| YUV | 96.17 | 106.47 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 58 | 0 | 0.82 | 0.74 | 0.13 | 354.03 | 0.73 | 0.51 |
| Hex | DD | 28 | 3A | 0 | 52 | 4A | D | 162 | 49 | 33 |
| Octal | 335 | 50 | 72 | 0 | 122 | 112 | 15 | 542 | 111 | 63 |
| Binary | 11011101 | 101000 | 111010 | 0 | 1010010 | 1001010 | 1101 | 101100010 | 1001001 | 110011 |
Color Harmonies of #DD283A
Complementary color
Monochromatic Colors of #DD283A
Black with #DD283A
Text Example
Text Example
White with #DD283A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD283A; }
p { color: rgb(221,40,58); }
H1.HeaderClassName
{
color: #DD283A;
}
.AnyTagClassName
{
color: #DD283A;
}
</style>
background-color css
<style>
a { background-color: #DD283A; }
a { background-color: rgb(221,40,58); }
div.DivClassName
{
background-color: #DD283A;
}
.BgClassName
{
background-color: #DD283A;
}
</style>
border-color css
<style>
span { border-color: #DD283A; }
span { border-color: rgb(221,40,58); }
td.TdClassName
{
border-color: #DD283A;
}
.TagClassName
{
border-color: #DD283A;
}
</style>