Shades of Alizarin #DB263C
Tints of Alizarin #DB263C
RGB
CMYK
RGB Variations
Color information
#DB263C (or 0xDB263C) is known color: Alizarin. HEX triplet: DB, 26 and 3C. RGB value is (219,38,60). Sum of RGB (Red+Green+Blue) = 219+38+60=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB263C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB263C is #24D9C3. Grayscale: #5E5E5E. Windows color (decimal): -2415044 or 3942107. OLE color: 3942107.
HSL color Cylindrical-coordinate representation of color #DB263C: hue angle of 352.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 #DB263C is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 60 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.14 |
| HSL | 352.71º | 0.72% | 0.5% | - |
| HSV(B) | 352.71º | 0.83% | 0.86% | - |
| XYZ | 30.72 | 16.77 | 5.89 | - |
| YUV | 94.63 | 108.47 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 60 | 0 | 0.83 | 0.73 | 0.14 | 352.71 | 0.72 | 0.5 |
| Hex | DB | 26 | 3C | 0 | 53 | 49 | E | 161 | 48 | 32 |
| Octal | 333 | 46 | 74 | 0 | 123 | 111 | 16 | 541 | 110 | 62 |
| Binary | 11011011 | 100110 | 111100 | 0 | 1010011 | 1001001 | 1110 | 101100001 | 1001000 | 110010 |
Color Harmonies of #DB263C
Complementary color
Monochromatic Colors of #DB263C
Black with #DB263C
Text Example
Text Example
White with #DB263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB263C; }
p { color: rgb(219,38,60); }
H1.HeaderClassName
{
color: #DB263C;
}
.AnyTagClassName
{
color: #DB263C;
}
</style>
background-color css
<style>
a { background-color: #DB263C; }
a { background-color: rgb(219,38,60); }
div.DivClassName
{
background-color: #DB263C;
}
.BgClassName
{
background-color: #DB263C;
}
</style>
border-color css
<style>
span { border-color: #DB263C; }
span { border-color: rgb(219,38,60); }
td.TdClassName
{
border-color: #DB263C;
}
.TagClassName
{
border-color: #DB263C;
}
</style>