Shades of Alizarin #E62135
Tints of Alizarin #E62135
RGB
CMYK
RGB Variations
Color information
#E62135 (or 0xE62135) is known color: Alizarin. HEX triplet: E6, 21 and 35. RGB value is (230,33,53). Sum of RGB (Red+Green+Blue) = 230+33+53=316 (41% of max value = 765). Red value is 230 (90.23% from 255 or 72.78% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 230 - color contains mainly: red. Hex color #E62135 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62135 is #19DECA. Grayscale: #5E5E5E. Windows color (decimal): -1695435 or 3482086. OLE color: 3482086.
HSL color Cylindrical-coordinate representation of color #E62135: hue angle of 353.91º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E62135 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 33 | 53 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.10 |
| HSL | 353.91º | 0.8% | 0.52% | - |
| HSV(B) | 353.91º | 0.86% | 0.9% | - |
| XYZ | 33.82 | 18.17 | 5.09 | - |
| YUV | 94.18 | 104.77 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 33 | 53 | 0 | 0.86 | 0.77 | 0.10 | 353.91 | 0.8 | 0.52 |
| Hex | E6 | 21 | 35 | 0 | 56 | 4D | A | 162 | 50 | 34 |
| Octal | 346 | 41 | 65 | 0 | 126 | 115 | 12 | 542 | 120 | 64 |
| Binary | 11100110 | 100001 | 110101 | 0 | 1010110 | 1001101 | 1010 | 101100010 | 1010000 | 110100 |
Color Harmonies of #E62135
Complementary color
Monochromatic Colors of #E62135
Black with #E62135
Text Example
Text Example
White with #E62135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62135; }
p { color: rgb(230,33,53); }
H1.HeaderClassName
{
color: #E62135;
}
.AnyTagClassName
{
color: #E62135;
}
</style>
background-color css
<style>
a { background-color: #E62135; }
a { background-color: rgb(230,33,53); }
div.DivClassName
{
background-color: #E62135;
}
.BgClassName
{
background-color: #E62135;
}
</style>
border-color css
<style>
span { border-color: #E62135; }
span { border-color: rgb(230,33,53); }
td.TdClassName
{
border-color: #E62135;
}
.TagClassName
{
border-color: #E62135;
}
</style>