Shades of Alizarin #DA273A
Tints of Alizarin #DA273A
RGB
CMYK
RGB Variations
Color information
#DA273A (or 0xDA273A) is known color: Alizarin. HEX triplet: DA, 27 and 3A. RGB value is (218,39,58). Sum of RGB (Red+Green+Blue) = 218+39+58=315 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.21% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 218 - color contains mainly: red. Hex color #DA273A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA273A is #25D8C5. Grayscale: #5E5E5E. Windows color (decimal): -2480326 or 3811290. OLE color: 3811290.
HSL color Cylindrical-coordinate representation of color #DA273A: hue angle of 353.63º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA273A is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 58 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.15 |
| HSL | 353.63º | 0.71% | 0.5% | - |
| HSV(B) | 353.63º | 0.82% | 0.85% | - |
| XYZ | 30.4 | 16.66 | 5.62 | - |
| YUV | 94.69 | 107.3 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 58 | 0 | 0.82 | 0.73 | 0.15 | 353.63 | 0.71 | 0.5 |
| Hex | DA | 27 | 3A | 0 | 52 | 49 | F | 162 | 47 | 32 |
| Octal | 332 | 47 | 72 | 0 | 122 | 111 | 17 | 542 | 107 | 62 |
| Binary | 11011010 | 100111 | 111010 | 0 | 1010010 | 1001001 | 1111 | 101100010 | 1000111 | 110010 |
Color Harmonies of #DA273A
Complementary color
Monochromatic Colors of #DA273A
Black with #DA273A
Text Example
Text Example
White with #DA273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA273A; }
p { color: rgb(218,39,58); }
H1.HeaderClassName
{
color: #DA273A;
}
.AnyTagClassName
{
color: #DA273A;
}
</style>
background-color css
<style>
a { background-color: #DA273A; }
a { background-color: rgb(218,39,58); }
div.DivClassName
{
background-color: #DA273A;
}
.BgClassName
{
background-color: #DA273A;
}
</style>
border-color css
<style>
span { border-color: #DA273A; }
span { border-color: rgb(218,39,58); }
td.TdClassName
{
border-color: #DA273A;
}
.TagClassName
{
border-color: #DA273A;
}
</style>