Shades of Alizarin #DB262D
Tints of Alizarin #DB262D
RGB
CMYK
RGB Variations
Color information
#DB262D (or 0xDB262D) is known color: Alizarin. HEX triplet: DB, 26 and 2D. RGB value is (219,38,45). Sum of RGB (Red+Green+Blue) = 219+38+45=302 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.52% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 219 - color contains mainly: red. Hex color #DB262D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB262D is #24D9D2. Grayscale: #5D5D5D. Windows color (decimal): -2415059 or 2959067. OLE color: 2959067.
HSL color Cylindrical-coordinate representation of color #DB262D: hue angle of 357.68º 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 #DB262D is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 45 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.14 |
| HSL | 357.68º | 0.72% | 0.5% | - |
| HSV(B) | 357.68º | 0.83% | 0.86% | - |
| XYZ | 30.38 | 16.64 | 4.09 | - |
| YUV | 92.92 | 100.97 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 45 | 0 | 0.83 | 0.79 | 0.14 | 357.68 | 0.72 | 0.5 |
| Hex | DB | 26 | 2D | 0 | 53 | 4F | E | 166 | 48 | 32 |
| Octal | 333 | 46 | 55 | 0 | 123 | 117 | 16 | 546 | 110 | 62 |
| Binary | 11011011 | 100110 | 101101 | 0 | 1010011 | 1001111 | 1110 | 101100110 | 1001000 | 110010 |
Color Harmonies of #DB262D
Complementary color
Monochromatic Colors of #DB262D
Black with #DB262D
Text Example
Text Example
White with #DB262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB262D; }
p { color: rgb(219,38,45); }
H1.HeaderClassName
{
color: #DB262D;
}
.AnyTagClassName
{
color: #DB262D;
}
</style>
background-color css
<style>
a { background-color: #DB262D; }
a { background-color: rgb(219,38,45); }
div.DivClassName
{
background-color: #DB262D;
}
.BgClassName
{
background-color: #DB262D;
}
</style>
border-color css
<style>
span { border-color: #DB262D; }
span { border-color: rgb(219,38,45); }
td.TdClassName
{
border-color: #DB262D;
}
.TagClassName
{
border-color: #DB262D;
}
</style>