Shades of Alizarin #DA283E
Tints of Alizarin #DA283E
RGB
CMYK
RGB Variations
Color information
#DA283E (or 0xDA283E) is known color: Alizarin. HEX triplet: DA, 28 and 3E. RGB value is (218,40,62). Sum of RGB (Red+Green+Blue) = 218+40+62=320 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.12% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 218 - color contains mainly: red. Hex color #DA283E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA283E is #25D7C1. Grayscale: #5F5F5F. Windows color (decimal): -2480066 or 4073690. OLE color: 4073690.
HSL color Cylindrical-coordinate representation of color #DA283E: hue angle of 352.58º 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 #DA283E is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 62 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.15 |
| HSL | 352.58º | 0.71% | 0.51% | - |
| HSV(B) | 352.58º | 0.82% | 0.85% | - |
| XYZ | 30.54 | 16.77 | 6.18 | - |
| YUV | 95.73 | 108.97 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 62 | 0 | 0.82 | 0.72 | 0.15 | 352.58 | 0.71 | 0.51 |
| Hex | DA | 28 | 3E | 0 | 52 | 48 | F | 161 | 47 | 33 |
| Octal | 332 | 50 | 76 | 0 | 122 | 110 | 17 | 541 | 107 | 63 |
| Binary | 11011010 | 101000 | 111110 | 0 | 1010010 | 1001000 | 1111 | 101100001 | 1000111 | 110011 |
Color Harmonies of #DA283E
Complementary color
Monochromatic Colors of #DA283E
Black with #DA283E
Text Example
Text Example
White with #DA283E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA283E; }
p { color: rgb(218,40,62); }
H1.HeaderClassName
{
color: #DA283E;
}
.AnyTagClassName
{
color: #DA283E;
}
</style>
background-color css
<style>
a { background-color: #DA283E; }
a { background-color: rgb(218,40,62); }
div.DivClassName
{
background-color: #DA283E;
}
.BgClassName
{
background-color: #DA283E;
}
</style>
border-color css
<style>
span { border-color: #DA283E; }
span { border-color: rgb(218,40,62); }
td.TdClassName
{
border-color: #DA283E;
}
.TagClassName
{
border-color: #DA283E;
}
</style>