Shades of Alizarin #DA1F2E
Tints of Alizarin #DA1F2E
RGB
CMYK
RGB Variations
Color information
#DA1F2E (or 0xDA1F2E) is known color: Alizarin. HEX triplet: DA, 1F and 2E. RGB value is (218,31,46). Sum of RGB (Red+Green+Blue) = 218+31+46=295 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.90% from 295); Green value is 31 (12.5% from 255 or 10.51% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1F2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA1F2E is #25E0D1. Grayscale: #585858. Windows color (decimal): -2482386 or 3022810. OLE color: 3022810.
HSL color Cylindrical-coordinate representation of color #DA1F2E: hue angle of 355.19º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA1F2E is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 31 | 46 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.15 |
| HSL | 355.19º | 0.75% | 0.49% | - |
| HSV(B) | 355.19º | 0.86% | 0.85% | - |
| XYZ | 29.9 | 16.08 | 4.11 | - |
| YUV | 88.62 | 103.95 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 31 | 46 | 0 | 0.86 | 0.79 | 0.15 | 355.19 | 0.75 | 0.49 |
| Hex | DA | 1F | 2E | 0 | 56 | 4F | F | 163 | 4B | 31 |
| Octal | 332 | 37 | 56 | 0 | 126 | 117 | 17 | 543 | 113 | 61 |
| Binary | 11011010 | 11111 | 101110 | 0 | 1010110 | 1001111 | 1111 | 101100011 | 1001011 | 110001 |
Color Harmonies of #DA1F2E
Complementary color
Monochromatic Colors of #DA1F2E
Black with #DA1F2E
Text Example
Text Example
White with #DA1F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1F2E; }
p { color: rgb(218,31,46); }
H1.HeaderClassName
{
color: #DA1F2E;
}
.AnyTagClassName
{
color: #DA1F2E;
}
</style>
background-color css
<style>
a { background-color: #DA1F2E; }
a { background-color: rgb(218,31,46); }
div.DivClassName
{
background-color: #DA1F2E;
}
.BgClassName
{
background-color: #DA1F2E;
}
</style>
border-color css
<style>
span { border-color: #DA1F2E; }
span { border-color: rgb(218,31,46); }
td.TdClassName
{
border-color: #DA1F2E;
}
.TagClassName
{
border-color: #DA1F2E;
}
</style>