Shades of Alizarin #DB3743
Tints of Alizarin #DB3743
RGB
CMYK
RGB Variations
Color information
#DB3743 (or 0xDB3743) is known color: Alizarin. HEX triplet: DB, 37 and 43. RGB value is (219,55,67). Sum of RGB (Red+Green+Blue) = 219+55+67=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3743 is #24C8BC. Grayscale: #696969. Windows color (decimal): -2410685 or 4405211. OLE color: 4405211.
HSL color Cylindrical-coordinate representation of color #DB3743: hue angle of 355.61º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3743 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 67 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.14 |
| HSL | 355.61º | 0.69% | 0.54% | - |
| HSV(B) | 355.61º | 0.75% | 0.86% | - |
| XYZ | 31.59 | 18.2 | 7.16 | - |
| YUV | 105.4 | 106.33 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 67 | 0 | 0.75 | 0.69 | 0.14 | 355.61 | 0.69 | 0.54 |
| Hex | DB | 37 | 43 | 0 | 4B | 45 | E | 164 | 45 | 36 |
| Octal | 333 | 67 | 103 | 0 | 113 | 105 | 16 | 544 | 105 | 66 |
| Binary | 11011011 | 110111 | 1000011 | 0 | 1001011 | 1000101 | 1110 | 101100100 | 1000101 | 110110 |
Color Harmonies of #DB3743
Complementary color
Monochromatic Colors of #DB3743
Black with #DB3743
Text Example
Text Example
White with #DB3743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3743; }
p { color: rgb(219,55,67); }
H1.HeaderClassName
{
color: #DB3743;
}
.AnyTagClassName
{
color: #DB3743;
}
</style>
background-color css
<style>
a { background-color: #DB3743; }
a { background-color: rgb(219,55,67); }
div.DivClassName
{
background-color: #DB3743;
}
.BgClassName
{
background-color: #DB3743;
}
</style>
border-color css
<style>
span { border-color: #DB3743; }
span { border-color: rgb(219,55,67); }
td.TdClassName
{
border-color: #DB3743;
}
.TagClassName
{
border-color: #DB3743;
}
</style>