Shades of Alizarin #DD283B
Tints of Alizarin #DD283B
RGB
CMYK
RGB Variations
Color information
#DD283B (or 0xDD283B) is known color: Alizarin. HEX triplet: DD, 28 and 3B. RGB value is (221,40,59). Sum of RGB (Red+Green+Blue) = 221+40+59=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD283B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD283B is #22D7C4. Grayscale: #606060. Windows color (decimal): -2283461 or 3877085. OLE color: 3877085.
HSL color Cylindrical-coordinate representation of color #DD283B: hue angle of 353.7º 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 #DD283B is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 59 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.13 |
| HSL | 353.7º | 0.73% | 0.51% | - |
| HSV(B) | 353.7º | 0.82% | 0.87% | - |
| XYZ | 31.37 | 17.21 | 5.81 | - |
| YUV | 96.29 | 106.97 | 216.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 59 | 0 | 0.82 | 0.73 | 0.13 | 353.7 | 0.73 | 0.51 |
| Hex | DD | 28 | 3B | 0 | 52 | 49 | D | 162 | 49 | 33 |
| Octal | 335 | 50 | 73 | 0 | 122 | 111 | 15 | 542 | 111 | 63 |
| Binary | 11011101 | 101000 | 111011 | 0 | 1010010 | 1001001 | 1101 | 101100010 | 1001001 | 110011 |
Color Harmonies of #DD283B
Complementary color
Monochromatic Colors of #DD283B
Black with #DD283B
Text Example
Text Example
White with #DD283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD283B; }
p { color: rgb(221,40,59); }
H1.HeaderClassName
{
color: #DD283B;
}
.AnyTagClassName
{
color: #DD283B;
}
</style>
background-color css
<style>
a { background-color: #DD283B; }
a { background-color: rgb(221,40,59); }
div.DivClassName
{
background-color: #DD283B;
}
.BgClassName
{
background-color: #DD283B;
}
</style>
border-color css
<style>
span { border-color: #DD283B; }
span { border-color: rgb(221,40,59); }
td.TdClassName
{
border-color: #DD283B;
}
.TagClassName
{
border-color: #DD283B;
}
</style>