Shades of Alizarin #DB3238
Tints of Alizarin #DB3238
RGB
CMYK
RGB Variations
Color information
#DB3238 (or 0xDB3238) is known color: Alizarin. HEX triplet: DB, 32 and 38. RGB value is (219,50,56). Sum of RGB (Red+Green+Blue) = 219+50+56=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3238 is #24CDC7. Grayscale: #656565. Windows color (decimal): -2411976 or 3683035. OLE color: 3683035.
HSL color Cylindrical-coordinate representation of color #DB3238: hue angle of 357.87º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB3238 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 56 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.14 |
| HSL | 357.87º | 0.7% | 0.53% | - |
| HSV(B) | 357.87º | 0.77% | 0.86% | - |
| XYZ | 31.07 | 17.63 | 5.51 | - |
| YUV | 101.22 | 102.49 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 56 | 0 | 0.77 | 0.74 | 0.14 | 357.87 | 0.7 | 0.53 |
| Hex | DB | 32 | 38 | 0 | 4D | 4A | E | 166 | 46 | 35 |
| Octal | 333 | 62 | 70 | 0 | 115 | 112 | 16 | 546 | 106 | 65 |
| Binary | 11011011 | 110010 | 111000 | 0 | 1001101 | 1001010 | 1110 | 101100110 | 1000110 | 110101 |
Color Harmonies of #DB3238
Complementary color
Monochromatic Colors of #DB3238
Black with #DB3238
Text Example
Text Example
White with #DB3238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3238; }
p { color: rgb(219,50,56); }
H1.HeaderClassName
{
color: #DB3238;
}
.AnyTagClassName
{
color: #DB3238;
}
</style>
background-color css
<style>
a { background-color: #DB3238; }
a { background-color: rgb(219,50,56); }
div.DivClassName
{
background-color: #DB3238;
}
.BgClassName
{
background-color: #DB3238;
}
</style>
border-color css
<style>
span { border-color: #DB3238; }
span { border-color: rgb(219,50,56); }
td.TdClassName
{
border-color: #DB3238;
}
.TagClassName
{
border-color: #DB3238;
}
</style>