Shades of Alizarin #DD363B
Tints of Alizarin #DD363B
RGB
CMYK
RGB Variations
Color information
#DD363B (or 0xDD363B) is known color: Alizarin. HEX triplet: DD, 36 and 3B. RGB value is (221,54,59). Sum of RGB (Red+Green+Blue) = 221+54+59=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD363B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD363B is #22C9C4. Grayscale: #686868. Windows color (decimal): -2279877 or 3880669. OLE color: 3880669.
HSL color Cylindrical-coordinate representation of color #DD363B: hue angle of 358.2º 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 #DD363B is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 59 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.13 |
| HSL | 358.2º | 0.71% | 0.54% | - |
| HSV(B) | 358.2º | 0.76% | 0.87% | - |
| XYZ | 31.93 | 18.33 | 5.99 | - |
| YUV | 104.5 | 102.33 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 59 | 0 | 0.76 | 0.73 | 0.13 | 358.2 | 0.71 | 0.54 |
| Hex | DD | 36 | 3B | 0 | 4C | 49 | D | 166 | 47 | 36 |
| Octal | 335 | 66 | 73 | 0 | 114 | 111 | 15 | 546 | 107 | 66 |
| Binary | 11011101 | 110110 | 111011 | 0 | 1001100 | 1001001 | 1101 | 101100110 | 1000111 | 110110 |
Color Harmonies of #DD363B
Complementary color
Monochromatic Colors of #DD363B
Black with #DD363B
Text Example
Text Example
White with #DD363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD363B; }
p { color: rgb(221,54,59); }
H1.HeaderClassName
{
color: #DD363B;
}
.AnyTagClassName
{
color: #DD363B;
}
</style>
background-color css
<style>
a { background-color: #DD363B; }
a { background-color: rgb(221,54,59); }
div.DivClassName
{
background-color: #DD363B;
}
.BgClassName
{
background-color: #DD363B;
}
</style>
border-color css
<style>
span { border-color: #DD363B; }
span { border-color: rgb(221,54,59); }
td.TdClassName
{
border-color: #DD363B;
}
.TagClassName
{
border-color: #DD363B;
}
</style>