Shades of Alizarin #DA283A
Tints of Alizarin #DA283A
RGB
CMYK
RGB Variations
Color information
#DA283A (or 0xDA283A) is known color: Alizarin. HEX triplet: DA, 28 and 3A. RGB value is (218,40,58). Sum of RGB (Red+Green+Blue) = 218+40+58=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA283A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA283A is #25D7C5. Grayscale: #5F5F5F. Windows color (decimal): -2480070 or 3811546. OLE color: 3811546.
HSL color Cylindrical-coordinate representation of color #DA283A: hue angle of 353.93º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA283A is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 58 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.15 |
| HSL | 353.93º | 0.71% | 0.51% | - |
| HSV(B) | 353.93º | 0.82% | 0.85% | - |
| XYZ | 30.44 | 16.73 | 5.63 | - |
| YUV | 95.27 | 106.97 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 58 | 0 | 0.82 | 0.73 | 0.15 | 353.93 | 0.71 | 0.51 |
| Hex | DA | 28 | 3A | 0 | 52 | 49 | F | 162 | 47 | 33 |
| Octal | 332 | 50 | 72 | 0 | 122 | 111 | 17 | 542 | 107 | 63 |
| Binary | 11011010 | 101000 | 111010 | 0 | 1010010 | 1001001 | 1111 | 101100010 | 1000111 | 110011 |
Color Harmonies of #DA283A
Complementary color
Monochromatic Colors of #DA283A
Black with #DA283A
Text Example
Text Example
White with #DA283A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA283A; }
p { color: rgb(218,40,58); }
H1.HeaderClassName
{
color: #DA283A;
}
.AnyTagClassName
{
color: #DA283A;
}
</style>
background-color css
<style>
a { background-color: #DA283A; }
a { background-color: rgb(218,40,58); }
div.DivClassName
{
background-color: #DA283A;
}
.BgClassName
{
background-color: #DA283A;
}
</style>
border-color css
<style>
span { border-color: #DA283A; }
span { border-color: rgb(218,40,58); }
td.TdClassName
{
border-color: #DA283A;
}
.TagClassName
{
border-color: #DA283A;
}
</style>