Shades of Alizarin #DD363A
Tints of Alizarin #DD363A
RGB
CMYK
RGB Variations
Color information
#DD363A (or 0xDD363A) is known color: Alizarin. HEX triplet: DD, 36 and 3A. RGB value is (221,54,58). Sum of RGB (Red+Green+Blue) = 221+54+58=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD363A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD363A is #22C9C5. Grayscale: #686868. Windows color (decimal): -2279878 or 3815133. OLE color: 3815133.
HSL color Cylindrical-coordinate representation of color #DD363A: hue angle of 358.56º 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 #DD363A is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 58 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.13 |
| HSL | 358.56º | 0.71% | 0.54% | - |
| HSV(B) | 358.56º | 0.76% | 0.87% | - |
| XYZ | 31.9 | 18.32 | 5.86 | - |
| YUV | 104.39 | 101.83 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 58 | 0 | 0.76 | 0.74 | 0.13 | 358.56 | 0.71 | 0.54 |
| Hex | DD | 36 | 3A | 0 | 4C | 4A | D | 167 | 47 | 36 |
| Octal | 335 | 66 | 72 | 0 | 114 | 112 | 15 | 547 | 107 | 66 |
| Binary | 11011101 | 110110 | 111010 | 0 | 1001100 | 1001010 | 1101 | 101100111 | 1000111 | 110110 |
Color Harmonies of #DD363A
Complementary color
Monochromatic Colors of #DD363A
Black with #DD363A
Text Example
Text Example
White with #DD363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD363A; }
p { color: rgb(221,54,58); }
H1.HeaderClassName
{
color: #DD363A;
}
.AnyTagClassName
{
color: #DD363A;
}
</style>
background-color css
<style>
a { background-color: #DD363A; }
a { background-color: rgb(221,54,58); }
div.DivClassName
{
background-color: #DD363A;
}
.BgClassName
{
background-color: #DD363A;
}
</style>
border-color css
<style>
span { border-color: #DD363A; }
span { border-color: rgb(221,54,58); }
td.TdClassName
{
border-color: #DD363A;
}
.TagClassName
{
border-color: #DD363A;
}
</style>