Shades of Alizarin #E5262A
Tints of Alizarin #E5262A
RGB
CMYK
RGB Variations
Color information
#E5262A (or 0xE5262A) is known color: Alizarin. HEX triplet: E5, 26 and 2A. RGB value is (229,38,42). Sum of RGB (Red+Green+Blue) = 229+38+42=309 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.11% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 229 - color contains mainly: red. Hex color #E5262A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5262A is #1AD9D5. Grayscale: #5F5F5F. Windows color (decimal): -1759702 or 2762469. OLE color: 2762469.
HSL color Cylindrical-coordinate representation of color #E5262A: hue angle of 358.74º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5262A is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 38 | 42 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.10 |
| HSL | 358.74º | 0.79% | 0.52% | - |
| HSV(B) | 358.74º | 0.83% | 0.9% | - |
| XYZ | 33.42 | 18.21 | 3.94 | - |
| YUV | 95.57 | 97.78 | 223.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 38 | 42 | 0 | 0.83 | 0.82 | 0.10 | 358.74 | 0.79 | 0.52 |
| Hex | E5 | 26 | 2A | 0 | 53 | 52 | A | 167 | 4F | 34 |
| Octal | 345 | 46 | 52 | 0 | 123 | 122 | 12 | 547 | 117 | 64 |
| Binary | 11100101 | 100110 | 101010 | 0 | 1010011 | 1010010 | 1010 | 101100111 | 1001111 | 110100 |
Color Harmonies of #E5262A
Complementary color
Monochromatic Colors of #E5262A
Black with #E5262A
Text Example
Text Example
White with #E5262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5262A; }
p { color: rgb(229,38,42); }
H1.HeaderClassName
{
color: #E5262A;
}
.AnyTagClassName
{
color: #E5262A;
}
</style>
background-color css
<style>
a { background-color: #E5262A; }
a { background-color: rgb(229,38,42); }
div.DivClassName
{
background-color: #E5262A;
}
.BgClassName
{
background-color: #E5262A;
}
</style>
border-color css
<style>
span { border-color: #E5262A; }
span { border-color: rgb(229,38,42); }
td.TdClassName
{
border-color: #E5262A;
}
.TagClassName
{
border-color: #E5262A;
}
</style>