Shades of Alizarin #DB263D
Tints of Alizarin #DB263D
RGB
CMYK
RGB Variations
Color information
#DB263D (or 0xDB263D) is known color: Alizarin. HEX triplet: DB, 26 and 3D. RGB value is (219,38,61). Sum of RGB (Red+Green+Blue) = 219+38+61=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB263D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB263D is #24D9C2. Grayscale: #5E5E5E. Windows color (decimal): -2415043 or 4007643. OLE color: 4007643.
HSL color Cylindrical-coordinate representation of color #DB263D: hue angle of 352.38º 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 #DB263D is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 61 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.14 |
| HSL | 352.38º | 0.72% | 0.5% | - |
| HSV(B) | 352.38º | 0.83% | 0.86% | - |
| XYZ | 30.75 | 16.78 | 6.03 | - |
| YUV | 94.74 | 108.97 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 61 | 0 | 0.83 | 0.72 | 0.14 | 352.38 | 0.72 | 0.5 |
| Hex | DB | 26 | 3D | 0 | 53 | 48 | E | 160 | 48 | 32 |
| Octal | 333 | 46 | 75 | 0 | 123 | 110 | 16 | 540 | 110 | 62 |
| Binary | 11011011 | 100110 | 111101 | 0 | 1010011 | 1001000 | 1110 | 101100000 | 1001000 | 110010 |
Color Harmonies of #DB263D
Complementary color
Monochromatic Colors of #DB263D
Black with #DB263D
Text Example
Text Example
White with #DB263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB263D; }
p { color: rgb(219,38,61); }
H1.HeaderClassName
{
color: #DB263D;
}
.AnyTagClassName
{
color: #DB263D;
}
</style>
background-color css
<style>
a { background-color: #DB263D; }
a { background-color: rgb(219,38,61); }
div.DivClassName
{
background-color: #DB263D;
}
.BgClassName
{
background-color: #DB263D;
}
</style>
border-color css
<style>
span { border-color: #DB263D; }
span { border-color: rgb(219,38,61); }
td.TdClassName
{
border-color: #DB263D;
}
.TagClassName
{
border-color: #DB263D;
}
</style>