Shades of Alizarin #E3262C
Tints of Alizarin #E3262C
RGB
CMYK
RGB Variations
Color information
#E3262C (or 0xE3262C) is known color: Alizarin. HEX triplet: E3, 26 and 2C. RGB value is (227,38,44). Sum of RGB (Red+Green+Blue) = 227+38+44=309 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.46% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 227 - color contains mainly: red. Hex color #E3262C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3262C is #1CD9D3. Grayscale: #5F5F5F. Windows color (decimal): -1890772 or 2893539. OLE color: 2893539.
HSL color Cylindrical-coordinate representation of color #E3262C: hue angle of 358.1º degrees, saturation: 0.77, 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 #E3262C is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 38 | 44 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.11 |
| HSL | 358.1º | 0.77% | 0.52% | - |
| HSV(B) | 358.1º | 0.83% | 0.89% | - |
| XYZ | 32.83 | 17.9 | 4.11 | - |
| YUV | 95.2 | 99.12 | 222.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 38 | 44 | 0 | 0.83 | 0.81 | 0.11 | 358.1 | 0.77 | 0.52 |
| Hex | E3 | 26 | 2C | 0 | 53 | 51 | B | 166 | 4D | 34 |
| Octal | 343 | 46 | 54 | 0 | 123 | 121 | 13 | 546 | 115 | 64 |
| Binary | 11100011 | 100110 | 101100 | 0 | 1010011 | 1010001 | 1011 | 101100110 | 1001101 | 110100 |
Color Harmonies of #E3262C
Complementary color
Monochromatic Colors of #E3262C
Black with #E3262C
Text Example
Text Example
White with #E3262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3262C; }
p { color: rgb(227,38,44); }
H1.HeaderClassName
{
color: #E3262C;
}
.AnyTagClassName
{
color: #E3262C;
}
</style>
background-color css
<style>
a { background-color: #E3262C; }
a { background-color: rgb(227,38,44); }
div.DivClassName
{
background-color: #E3262C;
}
.BgClassName
{
background-color: #E3262C;
}
</style>
border-color css
<style>
span { border-color: #E3262C; }
span { border-color: rgb(227,38,44); }
td.TdClassName
{
border-color: #E3262C;
}
.TagClassName
{
border-color: #E3262C;
}
</style>