Shades of Alizarin #DD363D
Tints of Alizarin #DD363D
RGB
CMYK
RGB Variations
Color information
#DD363D (or 0xDD363D) is known color: Alizarin. HEX triplet: DD, 36 and 3D. RGB value is (221,54,61). Sum of RGB (Red+Green+Blue) = 221+54+61=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD363D is #22C9C2. Grayscale: #686868. Windows color (decimal): -2279875 or 4011741. OLE color: 4011741.
HSL color Cylindrical-coordinate representation of color #DD363D: hue angle of 357.49º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD363D is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 61 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.13 |
| HSL | 357.49º | 0.71% | 0.54% | - |
| HSV(B) | 357.49º | 0.76% | 0.87% | - |
| XYZ | 31.98 | 18.35 | 6.27 | - |
| YUV | 104.73 | 103.33 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 61 | 0 | 0.76 | 0.72 | 0.13 | 357.49 | 0.71 | 0.54 |
| Hex | DD | 36 | 3D | 0 | 4C | 48 | D | 165 | 47 | 36 |
| Octal | 335 | 66 | 75 | 0 | 114 | 110 | 15 | 545 | 107 | 66 |
| Binary | 11011101 | 110110 | 111101 | 0 | 1001100 | 1001000 | 1101 | 101100101 | 1000111 | 110110 |
Color Harmonies of #DD363D
Complementary color
Monochromatic Colors of #DD363D
Black with #DD363D
Text Example
Text Example
White with #DD363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD363D; }
p { color: rgb(221,54,61); }
H1.HeaderClassName
{
color: #DD363D;
}
.AnyTagClassName
{
color: #DD363D;
}
</style>
background-color css
<style>
a { background-color: #DD363D; }
a { background-color: rgb(221,54,61); }
div.DivClassName
{
background-color: #DD363D;
}
.BgClassName
{
background-color: #DD363D;
}
</style>
border-color css
<style>
span { border-color: #DD363D; }
span { border-color: rgb(221,54,61); }
td.TdClassName
{
border-color: #DD363D;
}
.TagClassName
{
border-color: #DD363D;
}
</style>