Shades of Alizarin #DB232F
Tints of Alizarin #DB232F
RGB
CMYK
RGB Variations
Color information
#DB232F (or 0xDB232F) is known color: Alizarin. HEX triplet: DB, 23 and 2F. RGB value is (219,35,47). Sum of RGB (Red+Green+Blue) = 219+35+47=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB232F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB232F is #24DCD0. Grayscale: #5B5B5B. Windows color (decimal): -2415825 or 3089371. OLE color: 3089371.
HSL color Cylindrical-coordinate representation of color #DB232F: hue angle of 356.09º 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 #DB232F is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 47 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.14 |
| HSL | 356.09º | 0.72% | 0.5% | - |
| HSV(B) | 356.09º | 0.84% | 0.86% | - |
| XYZ | 30.33 | 16.47 | 4.27 | - |
| YUV | 91.38 | 102.96 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 47 | 0 | 0.84 | 0.79 | 0.14 | 356.09 | 0.72 | 0.5 |
| Hex | DB | 23 | 2F | 0 | 54 | 4F | E | 164 | 48 | 32 |
| Octal | 333 | 43 | 57 | 0 | 124 | 117 | 16 | 544 | 110 | 62 |
| Binary | 11011011 | 100011 | 101111 | 0 | 1010100 | 1001111 | 1110 | 101100100 | 1001000 | 110010 |
Color Harmonies of #DB232F
Complementary color
Monochromatic Colors of #DB232F
Black with #DB232F
Text Example
Text Example
White with #DB232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB232F; }
p { color: rgb(219,35,47); }
H1.HeaderClassName
{
color: #DB232F;
}
.AnyTagClassName
{
color: #DB232F;
}
</style>
background-color css
<style>
a { background-color: #DB232F; }
a { background-color: rgb(219,35,47); }
div.DivClassName
{
background-color: #DB232F;
}
.BgClassName
{
background-color: #DB232F;
}
</style>
border-color css
<style>
span { border-color: #DB232F; }
span { border-color: rgb(219,35,47); }
td.TdClassName
{
border-color: #DB232F;
}
.TagClassName
{
border-color: #DB232F;
}
</style>