Shades of Alizarin #DD383D
Tints of Alizarin #DD383D
RGB
CMYK
RGB Variations
Color information
#DD383D (or 0xDD383D) is known color: Alizarin. HEX triplet: DD, 38 and 3D. RGB value is (221,56,61). Sum of RGB (Red+Green+Blue) = 221+56+61=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD383D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD383D is #22C7C2. Grayscale: #6A6A6A. Windows color (decimal): -2279363 or 4012253. OLE color: 4012253.
HSL color Cylindrical-coordinate representation of color #DD383D: hue angle of 358.18º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD383D is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 61 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.13 |
| HSL | 358.18º | 0.71% | 0.54% | - |
| HSV(B) | 358.18º | 0.75% | 0.87% | - |
| XYZ | 32.08 | 18.54 | 6.3 | - |
| YUV | 105.91 | 102.66 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 61 | 0 | 0.75 | 0.72 | 0.13 | 358.18 | 0.71 | 0.54 |
| Hex | DD | 38 | 3D | 0 | 4B | 48 | D | 166 | 47 | 36 |
| Octal | 335 | 70 | 75 | 0 | 113 | 110 | 15 | 546 | 107 | 66 |
| Binary | 11011101 | 111000 | 111101 | 0 | 1001011 | 1001000 | 1101 | 101100110 | 1000111 | 110110 |
Color Harmonies of #DD383D
Complementary color
Monochromatic Colors of #DD383D
Black with #DD383D
Text Example
Text Example
White with #DD383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD383D; }
p { color: rgb(221,56,61); }
H1.HeaderClassName
{
color: #DD383D;
}
.AnyTagClassName
{
color: #DD383D;
}
</style>
background-color css
<style>
a { background-color: #DD383D; }
a { background-color: rgb(221,56,61); }
div.DivClassName
{
background-color: #DD383D;
}
.BgClassName
{
background-color: #DD383D;
}
</style>
border-color css
<style>
span { border-color: #DD383D; }
span { border-color: rgb(221,56,61); }
td.TdClassName
{
border-color: #DD383D;
}
.TagClassName
{
border-color: #DD383D;
}
</style>