Shades of Alizarin #DB313D
Tints of Alizarin #DB313D
RGB
CMYK
RGB Variations
Color information
#DB313D (or 0xDB313D) is known color: Alizarin. HEX triplet: DB, 31 and 3D. RGB value is (219,49,61). Sum of RGB (Red+Green+Blue) = 219+49+61=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB313D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB313D is #24CEC2. Grayscale: #656565. Windows color (decimal): -2412227 or 4010459. OLE color: 4010459.
HSL color Cylindrical-coordinate representation of color #DB313D: hue angle of 355.76º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB313D is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 61 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.14 |
| HSL | 355.76º | 0.7% | 0.53% | - |
| HSV(B) | 355.76º | 0.78% | 0.86% | - |
| XYZ | 31.15 | 17.59 | 6.17 | - |
| YUV | 101.2 | 105.32 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 61 | 0 | 0.78 | 0.72 | 0.14 | 355.76 | 0.7 | 0.53 |
| Hex | DB | 31 | 3D | 0 | 4E | 48 | E | 164 | 46 | 35 |
| Octal | 333 | 61 | 75 | 0 | 116 | 110 | 16 | 544 | 106 | 65 |
| Binary | 11011011 | 110001 | 111101 | 0 | 1001110 | 1001000 | 1110 | 101100100 | 1000110 | 110101 |
Color Harmonies of #DB313D
Complementary color
Monochromatic Colors of #DB313D
Black with #DB313D
Text Example
Text Example
White with #DB313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB313D; }
p { color: rgb(219,49,61); }
H1.HeaderClassName
{
color: #DB313D;
}
.AnyTagClassName
{
color: #DB313D;
}
</style>
background-color css
<style>
a { background-color: #DB313D; }
a { background-color: rgb(219,49,61); }
div.DivClassName
{
background-color: #DB313D;
}
.BgClassName
{
background-color: #DB313D;
}
</style>
border-color css
<style>
span { border-color: #DB313D; }
span { border-color: rgb(219,49,61); }
td.TdClassName
{
border-color: #DB313D;
}
.TagClassName
{
border-color: #DB313D;
}
</style>