Shades of Alizarin #DB262A
Tints of Alizarin #DB262A
RGB
CMYK
RGB Variations
Color information
#DB262A (or 0xDB262A) is known color: Alizarin. HEX triplet: DB, 26 and 2A. RGB value is (219,38,42). Sum of RGB (Red+Green+Blue) = 219+38+42=299 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.24% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 219 - color contains mainly: red. Hex color #DB262A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB262A is #24D9D5. Grayscale: #5C5C5C. Windows color (decimal): -2415062 or 2762459. OLE color: 2762459.
HSL color Cylindrical-coordinate representation of color #DB262A: hue angle of 358.67º 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 #DB262A is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 42 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.14 |
| HSL | 358.67º | 0.72% | 0.5% | - |
| HSV(B) | 358.67º | 0.83% | 0.86% | - |
| XYZ | 30.32 | 16.61 | 3.8 | - |
| YUV | 92.58 | 99.47 | 218.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 42 | 0 | 0.83 | 0.81 | 0.14 | 358.67 | 0.72 | 0.5 |
| Hex | DB | 26 | 2A | 0 | 53 | 51 | E | 167 | 48 | 32 |
| Octal | 333 | 46 | 52 | 0 | 123 | 121 | 16 | 547 | 110 | 62 |
| Binary | 11011011 | 100110 | 101010 | 0 | 1010011 | 1010001 | 1110 | 101100111 | 1001000 | 110010 |
Color Harmonies of #DB262A
Complementary color
Monochromatic Colors of #DB262A
Black with #DB262A
Text Example
Text Example
White with #DB262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB262A; }
p { color: rgb(219,38,42); }
H1.HeaderClassName
{
color: #DB262A;
}
.AnyTagClassName
{
color: #DB262A;
}
</style>
background-color css
<style>
a { background-color: #DB262A; }
a { background-color: rgb(219,38,42); }
div.DivClassName
{
background-color: #DB262A;
}
.BgClassName
{
background-color: #DB262A;
}
</style>
border-color css
<style>
span { border-color: #DB262A; }
span { border-color: rgb(219,38,42); }
td.TdClassName
{
border-color: #DB262A;
}
.TagClassName
{
border-color: #DB262A;
}
</style>