Shades of Alizarin #E3253D
Tints of Alizarin #E3253D
RGB
CMYK
RGB Variations
Color information
#E3253D (or 0xE3253D) is known color: Alizarin. HEX triplet: E3, 25 and 3D. RGB value is (227,37,61). Sum of RGB (Red+Green+Blue) = 227+37+61=325 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.85% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 227 - color contains mainly: red. Hex color #E3253D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3253D is #1CDAC2. Grayscale: #606060. Windows color (decimal): -1891011 or 4007395. OLE color: 4007395.
HSL color Cylindrical-coordinate representation of color #E3253D: hue angle of 352.42º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E3253D is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 37 | 61 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.11 |
| HSL | 352.42º | 0.77% | 0.52% | - |
| HSV(B) | 352.42º | 0.84% | 0.89% | - |
| XYZ | 33.18 | 17.99 | 6.14 | - |
| YUV | 96.55 | 107.95 | 221.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 37 | 61 | 0 | 0.84 | 0.73 | 0.11 | 352.42 | 0.77 | 0.52 |
| Hex | E3 | 25 | 3D | 0 | 54 | 49 | B | 160 | 4D | 34 |
| Octal | 343 | 45 | 75 | 0 | 124 | 111 | 13 | 540 | 115 | 64 |
| Binary | 11100011 | 100101 | 111101 | 0 | 1010100 | 1001001 | 1011 | 101100000 | 1001101 | 110100 |
Color Harmonies of #E3253D
Complementary color
Monochromatic Colors of #E3253D
Black with #E3253D
Text Example
Text Example
White with #E3253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3253D; }
p { color: rgb(227,37,61); }
H1.HeaderClassName
{
color: #E3253D;
}
.AnyTagClassName
{
color: #E3253D;
}
</style>
background-color css
<style>
a { background-color: #E3253D; }
a { background-color: rgb(227,37,61); }
div.DivClassName
{
background-color: #E3253D;
}
.BgClassName
{
background-color: #E3253D;
}
</style>
border-color css
<style>
span { border-color: #E3253D; }
span { border-color: rgb(227,37,61); }
td.TdClassName
{
border-color: #E3253D;
}
.TagClassName
{
border-color: #E3253D;
}
</style>