Shades of Alizarin #DA263E
Tints of Alizarin #DA263E
RGB
CMYK
RGB Variations
Color information
#DA263E (or 0xDA263E) is known color: Alizarin. HEX triplet: DA, 26 and 3E. RGB value is (218,38,62). Sum of RGB (Red+Green+Blue) = 218+38+62=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA263E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA263E is #25D9C1. Grayscale: #5E5E5E. Windows color (decimal): -2480578 or 4073178. OLE color: 4073178.
HSL color Cylindrical-coordinate representation of color #DA263E: hue angle of 352º 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 #DA263E is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 38 | 62 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.15 |
| HSL | 352º | 0.71% | 0.5% | - |
| HSV(B) | 352º | 0.83% | 0.85% | - |
| XYZ | 30.48 | 16.64 | 6.16 | - |
| YUV | 94.56 | 109.63 | 216.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 62 | 0 | 0.83 | 0.72 | 0.15 | 352 | 0.71 | 0.5 |
| Hex | DA | 26 | 3E | 0 | 53 | 48 | F | 160 | 47 | 32 |
| Octal | 332 | 46 | 76 | 0 | 123 | 110 | 17 | 540 | 107 | 62 |
| Binary | 11011010 | 100110 | 111110 | 0 | 1010011 | 1001000 | 1111 | 101100000 | 1000111 | 110010 |
Color Harmonies of #DA263E
Complementary color
Monochromatic Colors of #DA263E
Black with #DA263E
Text Example
Text Example
White with #DA263E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA263E; }
p { color: rgb(218,38,62); }
H1.HeaderClassName
{
color: #DA263E;
}
.AnyTagClassName
{
color: #DA263E;
}
</style>
background-color css
<style>
a { background-color: #DA263E; }
a { background-color: rgb(218,38,62); }
div.DivClassName
{
background-color: #DA263E;
}
.BgClassName
{
background-color: #DA263E;
}
</style>
border-color css
<style>
span { border-color: #DA263E; }
span { border-color: rgb(218,38,62); }
td.TdClassName
{
border-color: #DA263E;
}
.TagClassName
{
border-color: #DA263E;
}
</style>