Shades of Alizarin #E6213D
Tints of Alizarin #E6213D
RGB
CMYK
RGB Variations
Color information
#E6213D (or 0xE6213D) is known color: Alizarin. HEX triplet: E6, 21 and 3D. RGB value is (230,33,61). Sum of RGB (Red+Green+Blue) = 230+33+61=324 (42% of max value = 765). Red value is 230 (90.23% from 255 or 70.99% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 230 - color contains mainly: red. Hex color #E6213D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6213D is #19DEC2. Grayscale: #5F5F5F. Windows color (decimal): -1695427 or 4006374. OLE color: 4006374.
HSL color Cylindrical-coordinate representation of color #E6213D: hue angle of 351.47º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E6213D is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 33 | 61 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.10 |
| HSL | 351.47º | 0.8% | 0.52% | - |
| HSV(B) | 351.47º | 0.86% | 0.9% | - |
| XYZ | 34.02 | 18.25 | 6.14 | - |
| YUV | 95.1 | 108.77 | 224.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 33 | 61 | 0 | 0.86 | 0.73 | 0.10 | 351.47 | 0.8 | 0.52 |
| Hex | E6 | 21 | 3D | 0 | 56 | 49 | A | 15F | 50 | 34 |
| Octal | 346 | 41 | 75 | 0 | 126 | 111 | 12 | 537 | 120 | 64 |
| Binary | 11100110 | 100001 | 111101 | 0 | 1010110 | 1001001 | 1010 | 101011111 | 1010000 | 110100 |
Color Harmonies of #E6213D
Complementary color
Monochromatic Colors of #E6213D
Black with #E6213D
Text Example
Text Example
White with #E6213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6213D; }
p { color: rgb(230,33,61); }
H1.HeaderClassName
{
color: #E6213D;
}
.AnyTagClassName
{
color: #E6213D;
}
</style>
background-color css
<style>
a { background-color: #E6213D; }
a { background-color: rgb(230,33,61); }
div.DivClassName
{
background-color: #E6213D;
}
.BgClassName
{
background-color: #E6213D;
}
</style>
border-color css
<style>
span { border-color: #E6213D; }
span { border-color: rgb(230,33,61); }
td.TdClassName
{
border-color: #E6213D;
}
.TagClassName
{
border-color: #E6213D;
}
</style>