Shades of Alizarin #DA1C2E
Tints of Alizarin #DA1C2E
RGB
CMYK
RGB Variations
Color information
#DA1C2E (or 0xDA1C2E) is known color: Alizarin. HEX triplet: DA, 1C and 2E. RGB value is (218,28,46). Sum of RGB (Red+Green+Blue) = 218+28+46=292 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.66% from 292); Green value is 28 (11.33% from 255 or 9.59% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA1C2E is #25E3D1. Grayscale: #565656. Windows color (decimal): -2483154 or 3022042. OLE color: 3022042.
HSL color Cylindrical-coordinate representation of color #DA1C2E: hue angle of 354.32º 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 #DA1C2E is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 28 | 46 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.15 |
| HSL | 354.32º | 0.77% | 0.48% | - |
| HSV(B) | 354.32º | 0.87% | 0.85% | - |
| XYZ | 29.82 | 15.93 | 4.09 | - |
| YUV | 86.86 | 104.95 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 28 | 46 | 0 | 0.87 | 0.79 | 0.15 | 354.32 | 0.77 | 0.48 |
| Hex | DA | 1C | 2E | 0 | 57 | 4F | F | 162 | 4D | 30 |
| Octal | 332 | 34 | 56 | 0 | 127 | 117 | 17 | 542 | 115 | 60 |
| Binary | 11011010 | 11100 | 101110 | 0 | 1010111 | 1001111 | 1111 | 101100010 | 1001101 | 110000 |
Color Harmonies of #DA1C2E
Complementary color
Monochromatic Colors of #DA1C2E
Black with #DA1C2E
Text Example
Text Example
White with #DA1C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1C2E; }
p { color: rgb(218,28,46); }
H1.HeaderClassName
{
color: #DA1C2E;
}
.AnyTagClassName
{
color: #DA1C2E;
}
</style>
background-color css
<style>
a { background-color: #DA1C2E; }
a { background-color: rgb(218,28,46); }
div.DivClassName
{
background-color: #DA1C2E;
}
.BgClassName
{
background-color: #DA1C2E;
}
</style>
border-color css
<style>
span { border-color: #DA1C2E; }
span { border-color: rgb(218,28,46); }
td.TdClassName
{
border-color: #DA1C2E;
}
.TagClassName
{
border-color: #DA1C2E;
}
</style>