Shades of Alizarin #DB3641
Tints of Alizarin #DB3641
RGB
CMYK
RGB Variations
Color information
#DB3641 (or 0xDB3641) is known color: Alizarin. HEX triplet: DB, 36 and 41. RGB value is (219,54,65). Sum of RGB (Red+Green+Blue) = 219+54+65=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3641 is #24C9BE. Grayscale: #686868. Windows color (decimal): -2410943 or 4273883. OLE color: 4273883.
HSL color Cylindrical-coordinate representation of color #DB3641: hue angle of 356º degrees, saturation: 0.7, 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 #DB3641 is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 65 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.14 |
| HSL | 356º | 0.7% | 0.54% | - |
| HSV(B) | 356º | 0.75% | 0.86% | - |
| XYZ | 31.49 | 18.08 | 6.83 | - |
| YUV | 104.59 | 105.66 | 209.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 65 | 0 | 0.75 | 0.70 | 0.14 | 356 | 0.7 | 0.54 |
| Hex | DB | 36 | 41 | 0 | 4B | 46 | E | 164 | 46 | 36 |
| Octal | 333 | 66 | 101 | 0 | 113 | 106 | 16 | 544 | 106 | 66 |
| Binary | 11011011 | 110110 | 1000001 | 0 | 1001011 | 1000110 | 1110 | 101100100 | 1000110 | 110110 |
Color Harmonies of #DB3641
Complementary color
Monochromatic Colors of #DB3641
Black with #DB3641
Text Example
Text Example
White with #DB3641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3641; }
p { color: rgb(219,54,65); }
H1.HeaderClassName
{
color: #DB3641;
}
.AnyTagClassName
{
color: #DB3641;
}
</style>
background-color css
<style>
a { background-color: #DB3641; }
a { background-color: rgb(219,54,65); }
div.DivClassName
{
background-color: #DB3641;
}
.BgClassName
{
background-color: #DB3641;
}
</style>
border-color css
<style>
span { border-color: #DB3641; }
span { border-color: rgb(219,54,65); }
td.TdClassName
{
border-color: #DB3641;
}
.TagClassName
{
border-color: #DB3641;
}
</style>