Shades of Alizarin #E6223A
Tints of Alizarin #E6223A
RGB
CMYK
RGB Variations
Color information
#E6223A (or 0xE6223A) is known color: Alizarin. HEX triplet: E6, 22 and 3A. RGB value is (230,34,58). Sum of RGB (Red+Green+Blue) = 230+34+58=322 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.43% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 230 - color contains mainly: red. Hex color #E6223A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6223A is #19DDC5. Grayscale: #5F5F5F. Windows color (decimal): -1695174 or 3810022. OLE color: 3810022.
HSL color Cylindrical-coordinate representation of color #E6223A: hue angle of 352.65º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E6223A is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 34 | 58 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.10 |
| HSL | 352.65º | 0.8% | 0.52% | - |
| HSV(B) | 352.65º | 0.85% | 0.9% | - |
| XYZ | 33.97 | 18.27 | 5.74 | - |
| YUV | 95.34 | 106.93 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 34 | 58 | 0 | 0.85 | 0.75 | 0.10 | 352.65 | 0.8 | 0.52 |
| Hex | E6 | 22 | 3A | 0 | 55 | 4B | A | 161 | 50 | 34 |
| Octal | 346 | 42 | 72 | 0 | 125 | 113 | 12 | 541 | 120 | 64 |
| Binary | 11100110 | 100010 | 111010 | 0 | 1010101 | 1001011 | 1010 | 101100001 | 1010000 | 110100 |
Color Harmonies of #E6223A
Complementary color
Monochromatic Colors of #E6223A
Black with #E6223A
Text Example
Text Example
White with #E6223A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6223A; }
p { color: rgb(230,34,58); }
H1.HeaderClassName
{
color: #E6223A;
}
.AnyTagClassName
{
color: #E6223A;
}
</style>
background-color css
<style>
a { background-color: #E6223A; }
a { background-color: rgb(230,34,58); }
div.DivClassName
{
background-color: #E6223A;
}
.BgClassName
{
background-color: #E6223A;
}
</style>
border-color css
<style>
span { border-color: #E6223A; }
span { border-color: rgb(230,34,58); }
td.TdClassName
{
border-color: #E6223A;
}
.TagClassName
{
border-color: #E6223A;
}
</style>