Shades of Alizarin #E4263C
Tints of Alizarin #E4263C
RGB
CMYK
RGB Variations
Color information
#E4263C (or 0xE4263C) is known color: Alizarin. HEX triplet: E4, 26 and 3C. RGB value is (228,38,60). Sum of RGB (Red+Green+Blue) = 228+38+60=326 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.94% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 228 - color contains mainly: red. Hex color #E4263C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4263C is #1BD9C3. Grayscale: #616161. Windows color (decimal): -1825220 or 3942116. OLE color: 3942116.
HSL color Cylindrical-coordinate representation of color #E4263C: hue angle of 353.05º 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 #E4263C is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 38 | 60 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.11 |
| HSL | 353.05º | 0.78% | 0.52% | - |
| HSV(B) | 353.05º | 0.83% | 0.89% | - |
| XYZ | 33.5 | 18.21 | 6.02 | - |
| YUV | 97.32 | 106.95 | 221.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 38 | 60 | 0 | 0.83 | 0.74 | 0.11 | 353.05 | 0.78 | 0.52 |
| Hex | E4 | 26 | 3C | 0 | 53 | 4A | B | 161 | 4E | 34 |
| Octal | 344 | 46 | 74 | 0 | 123 | 112 | 13 | 541 | 116 | 64 |
| Binary | 11100100 | 100110 | 111100 | 0 | 1010011 | 1001010 | 1011 | 101100001 | 1001110 | 110100 |
Color Harmonies of #E4263C
Complementary color
Monochromatic Colors of #E4263C
Black with #E4263C
Text Example
Text Example
White with #E4263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4263C; }
p { color: rgb(228,38,60); }
H1.HeaderClassName
{
color: #E4263C;
}
.AnyTagClassName
{
color: #E4263C;
}
</style>
background-color css
<style>
a { background-color: #E4263C; }
a { background-color: rgb(228,38,60); }
div.DivClassName
{
background-color: #E4263C;
}
.BgClassName
{
background-color: #E4263C;
}
</style>
border-color css
<style>
span { border-color: #E4263C; }
span { border-color: rgb(228,38,60); }
td.TdClassName
{
border-color: #E4263C;
}
.TagClassName
{
border-color: #E4263C;
}
</style>