Shades of Alizarin #DA263B
Tints of Alizarin #DA263B
RGB
CMYK
RGB Variations
Color information
#DA263B (or 0xDA263B) is known color: Alizarin. HEX triplet: DA, 26 and 3B. RGB value is (218,38,59). Sum of RGB (Red+Green+Blue) = 218+38+59=315 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.21% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 218 - color contains mainly: red. Hex color #DA263B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA263B is #25D9C4. Grayscale: #5E5E5E. Windows color (decimal): -2480581 or 3876570. OLE color: 3876570.
HSL color Cylindrical-coordinate representation of color #DA263B: hue angle of 353º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA263B is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 38 | 59 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.15 |
| HSL | 353º | 0.71% | 0.5% | - |
| HSV(B) | 353º | 0.83% | 0.85% | - |
| XYZ | 30.4 | 16.61 | 5.74 | - |
| YUV | 94.21 | 108.13 | 216.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 59 | 0 | 0.83 | 0.73 | 0.15 | 353 | 0.71 | 0.5 |
| Hex | DA | 26 | 3B | 0 | 53 | 49 | F | 161 | 47 | 32 |
| Octal | 332 | 46 | 73 | 0 | 123 | 111 | 17 | 541 | 107 | 62 |
| Binary | 11011010 | 100110 | 111011 | 0 | 1010011 | 1001001 | 1111 | 101100001 | 1000111 | 110010 |
Color Harmonies of #DA263B
Complementary color
Monochromatic Colors of #DA263B
Black with #DA263B
Text Example
Text Example
White with #DA263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA263B; }
p { color: rgb(218,38,59); }
H1.HeaderClassName
{
color: #DA263B;
}
.AnyTagClassName
{
color: #DA263B;
}
</style>
background-color css
<style>
a { background-color: #DA263B; }
a { background-color: rgb(218,38,59); }
div.DivClassName
{
background-color: #DA263B;
}
.BgClassName
{
background-color: #DA263B;
}
</style>
border-color css
<style>
span { border-color: #DA263B; }
span { border-color: rgb(218,38,59); }
td.TdClassName
{
border-color: #DA263B;
}
.TagClassName
{
border-color: #DA263B;
}
</style>