Shades of Alizarin #DB3438
Tints of Alizarin #DB3438
RGB
CMYK
RGB Variations
Color information
#DB3438 (or 0xDB3438) is known color: Alizarin. HEX triplet: DB, 34 and 38. RGB value is (219,52,56). Sum of RGB (Red+Green+Blue) = 219+52+56=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3438 is #24CBC7. Grayscale: #666666. Windows color (decimal): -2411464 or 3683547. OLE color: 3683547.
HSL color Cylindrical-coordinate representation of color #DB3438: hue angle of 358.56º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB3438 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 56 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.14 |
| HSL | 358.56º | 0.7% | 0.53% | - |
| HSV(B) | 358.56º | 0.76% | 0.86% | - |
| XYZ | 31.16 | 17.8 | 5.54 | - |
| YUV | 102.39 | 101.83 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 56 | 0 | 0.76 | 0.74 | 0.14 | 358.56 | 0.7 | 0.53 |
| Hex | DB | 34 | 38 | 0 | 4C | 4A | E | 167 | 46 | 35 |
| Octal | 333 | 64 | 70 | 0 | 114 | 112 | 16 | 547 | 106 | 65 |
| Binary | 11011011 | 110100 | 111000 | 0 | 1001100 | 1001010 | 1110 | 101100111 | 1000110 | 110101 |
Color Harmonies of #DB3438
Complementary color
Monochromatic Colors of #DB3438
Black with #DB3438
Text Example
Text Example
White with #DB3438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3438; }
p { color: rgb(219,52,56); }
H1.HeaderClassName
{
color: #DB3438;
}
.AnyTagClassName
{
color: #DB3438;
}
</style>
background-color css
<style>
a { background-color: #DB3438; }
a { background-color: rgb(219,52,56); }
div.DivClassName
{
background-color: #DB3438;
}
.BgClassName
{
background-color: #DB3438;
}
</style>
border-color css
<style>
span { border-color: #DB3438; }
span { border-color: rgb(219,52,56); }
td.TdClassName
{
border-color: #DB3438;
}
.TagClassName
{
border-color: #DB3438;
}
</style>