Shades of Alizarin #DD283D
Tints of Alizarin #DD283D
RGB
CMYK
RGB Variations
Color information
#DD283D (or 0xDD283D) is known color: Alizarin. HEX triplet: DD, 28 and 3D. RGB value is (221,40,61). Sum of RGB (Red+Green+Blue) = 221+40+61=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD283D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD283D is #22D7C2. Grayscale: #606060. Windows color (decimal): -2283459 or 4008157. OLE color: 4008157.
HSL color Cylindrical-coordinate representation of color #DD283D: hue angle of 353.04º 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 #DD283D is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 61 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.13 |
| HSL | 353.04º | 0.73% | 0.51% | - |
| HSV(B) | 353.04º | 0.82% | 0.87% | - |
| XYZ | 31.42 | 17.23 | 6.08 | - |
| YUV | 96.51 | 107.97 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 61 | 0 | 0.82 | 0.72 | 0.13 | 353.04 | 0.73 | 0.51 |
| Hex | DD | 28 | 3D | 0 | 52 | 48 | D | 161 | 49 | 33 |
| Octal | 335 | 50 | 75 | 0 | 122 | 110 | 15 | 541 | 111 | 63 |
| Binary | 11011101 | 101000 | 111101 | 0 | 1010010 | 1001000 | 1101 | 101100001 | 1001001 | 110011 |
Color Harmonies of #DD283D
Complementary color
Monochromatic Colors of #DD283D
Black with #DD283D
Text Example
Text Example
White with #DD283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD283D; }
p { color: rgb(221,40,61); }
H1.HeaderClassName
{
color: #DD283D;
}
.AnyTagClassName
{
color: #DD283D;
}
</style>
background-color css
<style>
a { background-color: #DD283D; }
a { background-color: rgb(221,40,61); }
div.DivClassName
{
background-color: #DD283D;
}
.BgClassName
{
background-color: #DD283D;
}
</style>
border-color css
<style>
span { border-color: #DD283D; }
span { border-color: rgb(221,40,61); }
td.TdClassName
{
border-color: #DD283D;
}
.TagClassName
{
border-color: #DD283D;
}
</style>