Shades of Alizarin #E4262C
Tints of Alizarin #E4262C
RGB
CMYK
RGB Variations
Color information
#E4262C (or 0xE4262C) is known color: Alizarin. HEX triplet: E4, 26 and 2C. RGB value is (228,38,44). Sum of RGB (Red+Green+Blue) = 228+38+44=310 (41% of max value = 765). Red value is 228 (89.45% from 255 or 73.55% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 228 - color contains mainly: red. Hex color #E4262C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4262C is #1BD9D3. Grayscale: #5F5F5F. Windows color (decimal): -1825236 or 2893540. OLE color: 2893540.
HSL color Cylindrical-coordinate representation of color #E4262C: hue angle of 358.11º 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 #E4262C is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 38 | 44 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.11 |
| HSL | 358.11º | 0.78% | 0.52% | - |
| HSV(B) | 358.11º | 0.83% | 0.89% | - |
| XYZ | 33.14 | 18.06 | 4.12 | - |
| YUV | 95.49 | 98.95 | 222.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 38 | 44 | 0 | 0.83 | 0.81 | 0.11 | 358.11 | 0.78 | 0.52 |
| Hex | E4 | 26 | 2C | 0 | 53 | 51 | B | 166 | 4E | 34 |
| Octal | 344 | 46 | 54 | 0 | 123 | 121 | 13 | 546 | 116 | 64 |
| Binary | 11100100 | 100110 | 101100 | 0 | 1010011 | 1010001 | 1011 | 101100110 | 1001110 | 110100 |
Color Harmonies of #E4262C
Complementary color
Monochromatic Colors of #E4262C
Black with #E4262C
Text Example
Text Example
White with #E4262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4262C; }
p { color: rgb(228,38,44); }
H1.HeaderClassName
{
color: #E4262C;
}
.AnyTagClassName
{
color: #E4262C;
}
</style>
background-color css
<style>
a { background-color: #E4262C; }
a { background-color: rgb(228,38,44); }
div.DivClassName
{
background-color: #E4262C;
}
.BgClassName
{
background-color: #E4262C;
}
</style>
border-color css
<style>
span { border-color: #E4262C; }
span { border-color: rgb(228,38,44); }
td.TdClassName
{
border-color: #E4262C;
}
.TagClassName
{
border-color: #E4262C;
}
</style>