Shades of Alizarin #DA2E3A
Tints of Alizarin #DA2E3A
RGB
CMYK
RGB Variations
Color information
#DA2E3A (or 0xDA2E3A) is known color: Alizarin. HEX triplet: DA, 2E and 3A. RGB value is (218,46,58). Sum of RGB (Red+Green+Blue) = 218+46+58=322 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.70% from 322); Green value is 46 (18.36% from 255 or 14.29% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2E3A is #25D1C5. Grayscale: #626262. Windows color (decimal): -2478534 or 3813082. OLE color: 3813082.
HSL color Cylindrical-coordinate representation of color #DA2E3A: hue angle of 355.81º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA2E3A is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 46 | 58 | - |
CMYK | 0 | 0.79 | 0.73 | 0.15 |
HSL | 355.81º | 0.7% | 0.52% | - |
HSV(B) | 355.81º | 0.79% | 0.85% | - |
XYZ | 30.65 | 17.16 | 5.7 | - |
YUV | 98.8 | 104.98 | 213.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 46 | 58 | 0 | 0.79 | 0.73 | 0.15 | 355.81 | 0.7 | 0.52 |
Hex | DA | 2E | 3A | 0 | 4F | 49 | F | 164 | 46 | 34 |
Octal | 332 | 56 | 72 | 0 | 117 | 111 | 17 | 544 | 106 | 64 |
Binary | 11011010 | 101110 | 111010 | 0 | 1001111 | 1001001 | 1111 | 101100100 | 1000110 | 110100 |
Color Harmonies of #DA2E3A
Complementary color
Monochromatic Colors of #DA2E3A
Black with #DA2E3A
Text Example
Text Example
White with #DA2E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2E3A; }
p { color: rgb(218,46,58); }
H1.HeaderClassName
{
color: #DA2E3A;
}
.AnyTagClassName
{
color: #DA2E3A;
}
</style>
background-color css
<style>
a { background-color: #DA2E3A; }
a { background-color: rgb(218,46,58); }
div.DivClassName
{
background-color: #DA2E3A;
}
.BgClassName
{
background-color: #DA2E3A;
}
</style>
border-color css
<style>
span { border-color: #DA2E3A; }
span { border-color: rgb(218,46,58); }
td.TdClassName
{
border-color: #DA2E3A;
}
.TagClassName
{
border-color: #DA2E3A;
}
</style>