Shades of Alizarin #DD363F
Tints of Alizarin #DD363F
RGB
CMYK
RGB Variations
Color information
#DD363F (or 0xDD363F) is known color: Alizarin. HEX triplet: DD, 36 and 3F. RGB value is (221,54,63). Sum of RGB (Red+Green+Blue) = 221+54+63=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD363F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD363F is #22C9C0. Grayscale: #696969. Windows color (decimal): -2279873 or 4142813. OLE color: 4142813.
HSL color Cylindrical-coordinate representation of color #DD363F: hue angle of 356.77º 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 #DD363F is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 63 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.13 |
| HSL | 356.77º | 0.71% | 0.54% | - |
| HSV(B) | 356.77º | 0.76% | 0.87% | - |
| XYZ | 32.04 | 18.37 | 6.56 | - |
| YUV | 104.96 | 104.33 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 63 | 0 | 0.76 | 0.71 | 0.13 | 356.77 | 0.71 | 0.54 |
| Hex | DD | 36 | 3F | 0 | 4C | 47 | D | 165 | 47 | 36 |
| Octal | 335 | 66 | 77 | 0 | 114 | 107 | 15 | 545 | 107 | 66 |
| Binary | 11011101 | 110110 | 111111 | 0 | 1001100 | 1000111 | 1101 | 101100101 | 1000111 | 110110 |
Color Harmonies of #DD363F
Complementary color
Monochromatic Colors of #DD363F
Black with #DD363F
Text Example
Text Example
White with #DD363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD363F; }
p { color: rgb(221,54,63); }
H1.HeaderClassName
{
color: #DD363F;
}
.AnyTagClassName
{
color: #DD363F;
}
</style>
background-color css
<style>
a { background-color: #DD363F; }
a { background-color: rgb(221,54,63); }
div.DivClassName
{
background-color: #DD363F;
}
.BgClassName
{
background-color: #DD363F;
}
</style>
border-color css
<style>
span { border-color: #DD363F; }
span { border-color: rgb(221,54,63); }
td.TdClassName
{
border-color: #DD363F;
}
.TagClassName
{
border-color: #DD363F;
}
</style>