Shades of Alizarin #E62030
Tints of Alizarin #E62030
RGB
CMYK
RGB Variations
Color information
#E62030 (or 0xE62030) is known color: Alizarin. HEX triplet: E6, 20 and 30. RGB value is (230,32,48). Sum of RGB (Red+Green+Blue) = 230+32+48=310 (41% of max value = 765). Red value is 230 (90.23% from 255 or 74.19% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 230 - color contains mainly: red. Hex color #E62030 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62030 is #19DFCF. Grayscale: #5D5D5D. Windows color (decimal): -1695696 or 3154150. OLE color: 3154150.
HSL color Cylindrical-coordinate representation of color #E62030: hue angle of 355.15º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E62030 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 48 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.10 |
| HSL | 355.15º | 0.8% | 0.51% | - |
| HSV(B) | 355.15º | 0.86% | 0.9% | - |
| XYZ | 33.68 | 18.07 | 4.51 | - |
| YUV | 93.03 | 102.6 | 225.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 48 | 0 | 0.86 | 0.79 | 0.10 | 355.15 | 0.8 | 0.51 |
| Hex | E6 | 20 | 30 | 0 | 56 | 4F | A | 163 | 50 | 33 |
| Octal | 346 | 40 | 60 | 0 | 126 | 117 | 12 | 543 | 120 | 63 |
| Binary | 11100110 | 100000 | 110000 | 0 | 1010110 | 1001111 | 1010 | 101100011 | 1010000 | 110011 |
Color Harmonies of #E62030
Complementary color
Monochromatic Colors of #E62030
Black with #E62030
Text Example
Text Example
White with #E62030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62030; }
p { color: rgb(230,32,48); }
H1.HeaderClassName
{
color: #E62030;
}
.AnyTagClassName
{
color: #E62030;
}
</style>
background-color css
<style>
a { background-color: #E62030; }
a { background-color: rgb(230,32,48); }
div.DivClassName
{
background-color: #E62030;
}
.BgClassName
{
background-color: #E62030;
}
</style>
border-color css
<style>
span { border-color: #E62030; }
span { border-color: rgb(230,32,48); }
td.TdClassName
{
border-color: #E62030;
}
.TagClassName
{
border-color: #E62030;
}
</style>