Shades of Alizarin #E4263A
Tints of Alizarin #E4263A
RGB
CMYK
RGB Variations
Color information
#E4263A (or 0xE4263A) is known color: Alizarin. HEX triplet: E4, 26 and 3A. RGB value is (228,38,58). Sum of RGB (Red+Green+Blue) = 228+38+58=324 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.37% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 228 - color contains mainly: red. Hex color #E4263A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4263A is #1BD9C5. Grayscale: #616161. Windows color (decimal): -1825222 or 3811044. OLE color: 3811044.
HSL color Cylindrical-coordinate representation of color #E4263A: hue angle of 353.68º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E4263A is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 38 | 58 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.11 |
| HSL | 353.68º | 0.78% | 0.52% | - |
| HSV(B) | 353.68º | 0.83% | 0.89% | - |
| XYZ | 33.45 | 18.19 | 5.75 | - |
| YUV | 97.09 | 105.95 | 221.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 38 | 58 | 0 | 0.83 | 0.75 | 0.11 | 353.68 | 0.78 | 0.52 |
| Hex | E4 | 26 | 3A | 0 | 53 | 4B | B | 162 | 4E | 34 |
| Octal | 344 | 46 | 72 | 0 | 123 | 113 | 13 | 542 | 116 | 64 |
| Binary | 11100100 | 100110 | 111010 | 0 | 1010011 | 1001011 | 1011 | 101100010 | 1001110 | 110100 |
Color Harmonies of #E4263A
Complementary color
Monochromatic Colors of #E4263A
Black with #E4263A
Text Example
Text Example
White with #E4263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4263A; }
p { color: rgb(228,38,58); }
H1.HeaderClassName
{
color: #E4263A;
}
.AnyTagClassName
{
color: #E4263A;
}
</style>
background-color css
<style>
a { background-color: #E4263A; }
a { background-color: rgb(228,38,58); }
div.DivClassName
{
background-color: #E4263A;
}
.BgClassName
{
background-color: #E4263A;
}
</style>
border-color css
<style>
span { border-color: #E4263A; }
span { border-color: rgb(228,38,58); }
td.TdClassName
{
border-color: #E4263A;
}
.TagClassName
{
border-color: #E4263A;
}
</style>