Shades of Alizarin #E23A3E
Tints of Alizarin #E23A3E
RGB
CMYK
RGB Variations
Color information
#E23A3E (or 0xE23A3E) is known color: Alizarin. HEX triplet: E2, 3A and 3E. RGB value is (226,58,62). Sum of RGB (Red+Green+Blue) = 226+58+62=346 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.32% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 62 (24.61% from 255 or 17.92% from 346); Max value from RGB is 226 - color contains mainly: red. Hex color #E23A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23A3E is #1DC5C1. Grayscale: #6C6C6C. Windows color (decimal): -1951170 or 4078306. OLE color: 4078306.
HSL color Cylindrical-coordinate representation of color #E23A3E: hue angle of 358.57º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E23A3E is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 58 | 62 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.11 |
| HSL | 358.57º | 0.74% | 0.56% | - |
| HSV(B) | 358.57º | 0.74% | 0.89% | - |
| XYZ | 33.75 | 19.54 | 6.55 | - |
| YUV | 108.69 | 101.66 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 58 | 62 | 0 | 0.74 | 0.73 | 0.11 | 358.57 | 0.74 | 0.56 |
| Hex | E2 | 3A | 3E | 0 | 4A | 49 | B | 167 | 4A | 38 |
| Octal | 342 | 72 | 76 | 0 | 112 | 111 | 13 | 547 | 112 | 70 |
| Binary | 11100010 | 111010 | 111110 | 0 | 1001010 | 1001001 | 1011 | 101100111 | 1001010 | 111000 |
Color Harmonies of #E23A3E
Complementary color
Monochromatic Colors of #E23A3E
Black with #E23A3E
Text Example
Text Example
White with #E23A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23A3E; }
p { color: rgb(226,58,62); }
H1.HeaderClassName
{
color: #E23A3E;
}
.AnyTagClassName
{
color: #E23A3E;
}
</style>
background-color css
<style>
a { background-color: #E23A3E; }
a { background-color: rgb(226,58,62); }
div.DivClassName
{
background-color: #E23A3E;
}
.BgClassName
{
background-color: #E23A3E;
}
</style>
border-color css
<style>
span { border-color: #E23A3E; }
span { border-color: rgb(226,58,62); }
td.TdClassName
{
border-color: #E23A3E;
}
.TagClassName
{
border-color: #E23A3E;
}
</style>