Shades of Alizarin #DB2338
Tints of Alizarin #DB2338
RGB
CMYK
RGB Variations
Color information
#DB2338 (or 0xDB2338) is known color: Alizarin. HEX triplet: DB, 23 and 38. RGB value is (219,35,56). Sum of RGB (Red+Green+Blue) = 219+35+56=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2338 is #24DCC7. Grayscale: #5C5C5C. Windows color (decimal): -2415816 or 3679195. OLE color: 3679195.
HSL color Cylindrical-coordinate representation of color #DB2338: hue angle of 353.15º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB2338 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 56 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.14 |
| HSL | 353.15º | 0.72% | 0.5% | - |
| HSV(B) | 353.15º | 0.84% | 0.86% | - |
| XYZ | 30.53 | 16.55 | 5.33 | - |
| YUV | 92.41 | 107.46 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 56 | 0 | 0.84 | 0.74 | 0.14 | 353.15 | 0.72 | 0.5 |
| Hex | DB | 23 | 38 | 0 | 54 | 4A | E | 161 | 48 | 32 |
| Octal | 333 | 43 | 70 | 0 | 124 | 112 | 16 | 541 | 110 | 62 |
| Binary | 11011011 | 100011 | 111000 | 0 | 1010100 | 1001010 | 1110 | 101100001 | 1001000 | 110010 |
Color Harmonies of #DB2338
Complementary color
Monochromatic Colors of #DB2338
Black with #DB2338
Text Example
Text Example
White with #DB2338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2338; }
p { color: rgb(219,35,56); }
H1.HeaderClassName
{
color: #DB2338;
}
.AnyTagClassName
{
color: #DB2338;
}
</style>
background-color css
<style>
a { background-color: #DB2338; }
a { background-color: rgb(219,35,56); }
div.DivClassName
{
background-color: #DB2338;
}
.BgClassName
{
background-color: #DB2338;
}
</style>
border-color css
<style>
span { border-color: #DB2338; }
span { border-color: rgb(219,35,56); }
td.TdClassName
{
border-color: #DB2338;
}
.TagClassName
{
border-color: #DB2338;
}
</style>