Shades of Alizarin #DD283E
Tints of Alizarin #DD283E
RGB
CMYK
RGB Variations
Color information
#DD283E (or 0xDD283E) is known color: Alizarin. HEX triplet: DD, 28 and 3E. RGB value is (221,40,62). Sum of RGB (Red+Green+Blue) = 221+40+62=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD283E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD283E is #22D7C1. Grayscale: #606060. Windows color (decimal): -2283458 or 4073693. OLE color: 4073693.
HSL color Cylindrical-coordinate representation of color #DD283E: hue angle of 352.71º 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 #DD283E is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 62 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.13 |
| HSL | 352.71º | 0.73% | 0.51% | - |
| HSV(B) | 352.71º | 0.82% | 0.87% | - |
| XYZ | 31.45 | 17.24 | 6.23 | - |
| YUV | 96.63 | 108.47 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 62 | 0 | 0.82 | 0.72 | 0.13 | 352.71 | 0.73 | 0.51 |
| Hex | DD | 28 | 3E | 0 | 52 | 48 | D | 161 | 49 | 33 |
| Octal | 335 | 50 | 76 | 0 | 122 | 110 | 15 | 541 | 111 | 63 |
| Binary | 11011101 | 101000 | 111110 | 0 | 1010010 | 1001000 | 1101 | 101100001 | 1001001 | 110011 |
Color Harmonies of #DD283E
Complementary color
Monochromatic Colors of #DD283E
Black with #DD283E
Text Example
Text Example
White with #DD283E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD283E; }
p { color: rgb(221,40,62); }
H1.HeaderClassName
{
color: #DD283E;
}
.AnyTagClassName
{
color: #DD283E;
}
</style>
background-color css
<style>
a { background-color: #DD283E; }
a { background-color: rgb(221,40,62); }
div.DivClassName
{
background-color: #DD283E;
}
.BgClassName
{
background-color: #DD283E;
}
</style>
border-color css
<style>
span { border-color: #DD283E; }
span { border-color: rgb(221,40,62); }
td.TdClassName
{
border-color: #DD283E;
}
.TagClassName
{
border-color: #DD283E;
}
</style>