Shades of Alizarin #DB242B
Tints of Alizarin #DB242B
RGB
CMYK
RGB Variations
Color information
#DB242B (or 0xDB242B) is known color: Alizarin. HEX triplet: DB, 24 and 2B. RGB value is (219,36,43). Sum of RGB (Red+Green+Blue) = 219+36+43=298 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.49% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 219 - color contains mainly: red. Hex color #DB242B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB242B is #24DBD4. Grayscale: #5B5B5B. Windows color (decimal): -2415573 or 2827483. OLE color: 2827483.
HSL color Cylindrical-coordinate representation of color #DB242B: hue angle of 357.7º 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 #DB242B is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 36 | 43 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.14 |
| HSL | 357.7º | 0.72% | 0.5% | - |
| HSV(B) | 357.7º | 0.84% | 0.86% | - |
| XYZ | 30.28 | 16.5 | 3.87 | - |
| YUV | 91.52 | 100.63 | 218.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 43 | 0 | 0.84 | 0.80 | 0.14 | 357.7 | 0.72 | 0.5 |
| Hex | DB | 24 | 2B | 0 | 54 | 50 | E | 166 | 48 | 32 |
| Octal | 333 | 44 | 53 | 0 | 124 | 120 | 16 | 546 | 110 | 62 |
| Binary | 11011011 | 100100 | 101011 | 0 | 1010100 | 1010000 | 1110 | 101100110 | 1001000 | 110010 |
Color Harmonies of #DB242B
Complementary color
Monochromatic Colors of #DB242B
Black with #DB242B
Text Example
Text Example
White with #DB242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB242B; }
p { color: rgb(219,36,43); }
H1.HeaderClassName
{
color: #DB242B;
}
.AnyTagClassName
{
color: #DB242B;
}
</style>
background-color css
<style>
a { background-color: #DB242B; }
a { background-color: rgb(219,36,43); }
div.DivClassName
{
background-color: #DB242B;
}
.BgClassName
{
background-color: #DB242B;
}
</style>
border-color css
<style>
span { border-color: #DB242B; }
span { border-color: rgb(219,36,43); }
td.TdClassName
{
border-color: #DB242B;
}
.TagClassName
{
border-color: #DB242B;
}
</style>