Shades of Alizarin #DA273B
Tints of Alizarin #DA273B
RGB
CMYK
RGB Variations
Color information
#DA273B (or 0xDA273B) is known color: Alizarin. HEX triplet: DA, 27 and 3B. RGB value is (218,39,59). Sum of RGB (Red+Green+Blue) = 218+39+59=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA273B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA273B is #25D8C4. Grayscale: #5E5E5E. Windows color (decimal): -2480325 or 3876826. OLE color: 3876826.
HSL color Cylindrical-coordinate representation of color #DA273B: hue angle of 353.3º 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 #DA273B is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 59 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.15 |
| HSL | 353.3º | 0.71% | 0.5% | - |
| HSV(B) | 353.3º | 0.82% | 0.85% | - |
| XYZ | 30.43 | 16.67 | 5.75 | - |
| YUV | 94.8 | 107.8 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 59 | 0 | 0.82 | 0.73 | 0.15 | 353.3 | 0.71 | 0.5 |
| Hex | DA | 27 | 3B | 0 | 52 | 49 | F | 161 | 47 | 32 |
| Octal | 332 | 47 | 73 | 0 | 122 | 111 | 17 | 541 | 107 | 62 |
| Binary | 11011010 | 100111 | 111011 | 0 | 1010010 | 1001001 | 1111 | 101100001 | 1000111 | 110010 |
Color Harmonies of #DA273B
Complementary color
Monochromatic Colors of #DA273B
Black with #DA273B
Text Example
Text Example
White with #DA273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA273B; }
p { color: rgb(218,39,59); }
H1.HeaderClassName
{
color: #DA273B;
}
.AnyTagClassName
{
color: #DA273B;
}
</style>
background-color css
<style>
a { background-color: #DA273B; }
a { background-color: rgb(218,39,59); }
div.DivClassName
{
background-color: #DA273B;
}
.BgClassName
{
background-color: #DA273B;
}
</style>
border-color css
<style>
span { border-color: #DA273B; }
span { border-color: rgb(218,39,59); }
td.TdClassName
{
border-color: #DA273B;
}
.TagClassName
{
border-color: #DA273B;
}
</style>