Shades of Alizarin #DB263F
Tints of Alizarin #DB263F
RGB
CMYK
RGB Variations
Color information
#DB263F (or 0xDB263F) is known color: Alizarin. HEX triplet: DB, 26 and 3F. RGB value is (219,38,63). Sum of RGB (Red+Green+Blue) = 219+38+63=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB263F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB263F is #24D9C0. Grayscale: #5F5F5F. Windows color (decimal): -2415041 or 4138715. OLE color: 4138715.
HSL color Cylindrical-coordinate representation of color #DB263F: hue angle of 351.71º 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 #DB263F is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 63 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.14 |
| HSL | 351.71º | 0.72% | 0.5% | - |
| HSV(B) | 351.71º | 0.83% | 0.86% | - |
| XYZ | 30.8 | 16.81 | 6.32 | - |
| YUV | 94.97 | 109.97 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 63 | 0 | 0.83 | 0.71 | 0.14 | 351.71 | 0.72 | 0.5 |
| Hex | DB | 26 | 3F | 0 | 53 | 47 | E | 160 | 48 | 32 |
| Octal | 333 | 46 | 77 | 0 | 123 | 107 | 16 | 540 | 110 | 62 |
| Binary | 11011011 | 100110 | 111111 | 0 | 1010011 | 1000111 | 1110 | 101100000 | 1001000 | 110010 |
Color Harmonies of #DB263F
Complementary color
Monochromatic Colors of #DB263F
Black with #DB263F
Text Example
Text Example
White with #DB263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB263F; }
p { color: rgb(219,38,63); }
H1.HeaderClassName
{
color: #DB263F;
}
.AnyTagClassName
{
color: #DB263F;
}
</style>
background-color css
<style>
a { background-color: #DB263F; }
a { background-color: rgb(219,38,63); }
div.DivClassName
{
background-color: #DB263F;
}
.BgClassName
{
background-color: #DB263F;
}
</style>
border-color css
<style>
span { border-color: #DB263F; }
span { border-color: rgb(219,38,63); }
td.TdClassName
{
border-color: #DB263F;
}
.TagClassName
{
border-color: #DB263F;
}
</style>