Shades of Alizarin #DA283C
Tints of Alizarin #DA283C
RGB
CMYK
RGB Variations
Color information
#DA283C (or 0xDA283C) is known color: Alizarin. HEX triplet: DA, 28 and 3C. RGB value is (218,40,60). Sum of RGB (Red+Green+Blue) = 218+40+60=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA283C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA283C is #25D7C3. Grayscale: #5F5F5F. Windows color (decimal): -2480068 or 3942618. OLE color: 3942618.
HSL color Cylindrical-coordinate representation of color #DA283C: hue angle of 353.26º 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 #DA283C is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 60 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.15 |
| HSL | 353.26º | 0.71% | 0.51% | - |
| HSV(B) | 353.26º | 0.82% | 0.85% | - |
| XYZ | 30.49 | 16.75 | 5.9 | - |
| YUV | 95.5 | 107.97 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 60 | 0 | 0.82 | 0.72 | 0.15 | 353.26 | 0.71 | 0.51 |
| Hex | DA | 28 | 3C | 0 | 52 | 48 | F | 161 | 47 | 33 |
| Octal | 332 | 50 | 74 | 0 | 122 | 110 | 17 | 541 | 107 | 63 |
| Binary | 11011010 | 101000 | 111100 | 0 | 1010010 | 1001000 | 1111 | 101100001 | 1000111 | 110011 |
Color Harmonies of #DA283C
Complementary color
Monochromatic Colors of #DA283C
Black with #DA283C
Text Example
Text Example
White with #DA283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA283C; }
p { color: rgb(218,40,60); }
H1.HeaderClassName
{
color: #DA283C;
}
.AnyTagClassName
{
color: #DA283C;
}
</style>
background-color css
<style>
a { background-color: #DA283C; }
a { background-color: rgb(218,40,60); }
div.DivClassName
{
background-color: #DA283C;
}
.BgClassName
{
background-color: #DA283C;
}
</style>
border-color css
<style>
span { border-color: #DA283C; }
span { border-color: rgb(218,40,60); }
td.TdClassName
{
border-color: #DA283C;
}
.TagClassName
{
border-color: #DA283C;
}
</style>