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