Shades of Alizarin #DB263B
Tints of Alizarin #DB263B
RGB
CMYK
RGB Variations
Color information
#DB263B (or 0xDB263B) is known color: Alizarin. HEX triplet: DB, 26 and 3B. RGB value is (219,38,59). Sum of RGB (Red+Green+Blue) = 219+38+59=316 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.30% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 219 - color contains mainly: red. Hex color #DB263B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB263B is #24D9C4. Grayscale: #5E5E5E. Windows color (decimal): -2415045 or 3876571. OLE color: 3876571.
HSL color Cylindrical-coordinate representation of color #DB263B: hue angle of 353.04º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB263B is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 59 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.14 |
| HSL | 353.04º | 0.72% | 0.5% | - |
| HSV(B) | 353.04º | 0.83% | 0.86% | - |
| XYZ | 30.7 | 16.76 | 5.76 | - |
| YUV | 94.51 | 107.97 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 59 | 0 | 0.83 | 0.73 | 0.14 | 353.04 | 0.72 | 0.5 |
| Hex | DB | 26 | 3B | 0 | 53 | 49 | E | 161 | 48 | 32 |
| Octal | 333 | 46 | 73 | 0 | 123 | 111 | 16 | 541 | 110 | 62 |
| Binary | 11011011 | 100110 | 111011 | 0 | 1010011 | 1001001 | 1110 | 101100001 | 1001000 | 110010 |
Color Harmonies of #DB263B
Complementary color
Monochromatic Colors of #DB263B
Black with #DB263B
Text Example
Text Example
White with #DB263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB263B; }
p { color: rgb(219,38,59); }
H1.HeaderClassName
{
color: #DB263B;
}
.AnyTagClassName
{
color: #DB263B;
}
</style>
background-color css
<style>
a { background-color: #DB263B; }
a { background-color: rgb(219,38,59); }
div.DivClassName
{
background-color: #DB263B;
}
.BgClassName
{
background-color: #DB263B;
}
</style>
border-color css
<style>
span { border-color: #DB263B; }
span { border-color: rgb(219,38,59); }
td.TdClassName
{
border-color: #DB263B;
}
.TagClassName
{
border-color: #DB263B;
}
</style>