Shades of Alizarin #DA263F
Tints of Alizarin #DA263F
RGB
CMYK
RGB Variations
Color information
#DA263F (or 0xDA263F) is known color: Alizarin. HEX triplet: DA, 26 and 3F. RGB value is (218,38,63). Sum of RGB (Red+Green+Blue) = 218+38+63=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA263F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA263F is #25D9C0. Grayscale: #5E5E5E. Windows color (decimal): -2480577 or 4138714. OLE color: 4138714.
HSL color Cylindrical-coordinate representation of color #DA263F: hue angle of 351.67º 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 #DA263F is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 38 | 63 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.15 |
| HSL | 351.67º | 0.71% | 0.5% | - |
| HSV(B) | 351.67º | 0.83% | 0.85% | - |
| XYZ | 30.5 | 16.65 | 6.31 | - |
| YUV | 94.67 | 110.13 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 63 | 0 | 0.83 | 0.71 | 0.15 | 351.67 | 0.71 | 0.5 |
| Hex | DA | 26 | 3F | 0 | 53 | 47 | F | 160 | 47 | 32 |
| Octal | 332 | 46 | 77 | 0 | 123 | 107 | 17 | 540 | 107 | 62 |
| Binary | 11011010 | 100110 | 111111 | 0 | 1010011 | 1000111 | 1111 | 101100000 | 1000111 | 110010 |
Color Harmonies of #DA263F
Complementary color
Monochromatic Colors of #DA263F
Black with #DA263F
Text Example
Text Example
White with #DA263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA263F; }
p { color: rgb(218,38,63); }
H1.HeaderClassName
{
color: #DA263F;
}
.AnyTagClassName
{
color: #DA263F;
}
</style>
background-color css
<style>
a { background-color: #DA263F; }
a { background-color: rgb(218,38,63); }
div.DivClassName
{
background-color: #DA263F;
}
.BgClassName
{
background-color: #DA263F;
}
</style>
border-color css
<style>
span { border-color: #DA263F; }
span { border-color: rgb(218,38,63); }
td.TdClassName
{
border-color: #DA263F;
}
.TagClassName
{
border-color: #DA263F;
}
</style>