Shades of Alizarin #DA1C2F
Tints of Alizarin #DA1C2F
RGB
CMYK
RGB Variations
Color information
#DA1C2F (or 0xDA1C2F) is known color: Alizarin. HEX triplet: DA, 1C and 2F. RGB value is (218,28,47). Sum of RGB (Red+Green+Blue) = 218+28+47=293 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.40% from 293); Green value is 28 (11.33% from 255 or 9.56% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA1C2F is #25E3D0. Grayscale: #575757. Windows color (decimal): -2483153 or 3087578. OLE color: 3087578.
HSL color Cylindrical-coordinate representation of color #DA1C2F: hue angle of 354º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA1C2F is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 28 | 47 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.15 |
| HSL | 354º | 0.77% | 0.48% | - |
| HSV(B) | 354º | 0.87% | 0.85% | - |
| XYZ | 29.84 | 15.94 | 4.19 | - |
| YUV | 86.98 | 105.45 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 28 | 47 | 0 | 0.87 | 0.78 | 0.15 | 354 | 0.77 | 0.48 |
| Hex | DA | 1C | 2F | 0 | 57 | 4E | F | 162 | 4D | 30 |
| Octal | 332 | 34 | 57 | 0 | 127 | 116 | 17 | 542 | 115 | 60 |
| Binary | 11011010 | 11100 | 101111 | 0 | 1010111 | 1001110 | 1111 | 101100010 | 1001101 | 110000 |
Color Harmonies of #DA1C2F
Complementary color
Monochromatic Colors of #DA1C2F
Black with #DA1C2F
Text Example
Text Example
White with #DA1C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1C2F; }
p { color: rgb(218,28,47); }
H1.HeaderClassName
{
color: #DA1C2F;
}
.AnyTagClassName
{
color: #DA1C2F;
}
</style>
background-color css
<style>
a { background-color: #DA1C2F; }
a { background-color: rgb(218,28,47); }
div.DivClassName
{
background-color: #DA1C2F;
}
.BgClassName
{
background-color: #DA1C2F;
}
</style>
border-color css
<style>
span { border-color: #DA1C2F; }
span { border-color: rgb(218,28,47); }
td.TdClassName
{
border-color: #DA1C2F;
}
.TagClassName
{
border-color: #DA1C2F;
}
</style>