Shades of Alizarin #E61730
Tints of Alizarin #E61730
RGB
CMYK
RGB Variations
Color information
#E61730 (or 0xE61730) is known color: Alizarin. HEX triplet: E6, 17 and 30. RGB value is (230,23,48). Sum of RGB (Red+Green+Blue) = 230+23+48=301 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.41% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 230 - color contains mainly: red. Hex color #E61730 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61730 is #19E8CF. Grayscale: #575757. Windows color (decimal): -1698000 or 3151846. OLE color: 3151846.
HSL color Cylindrical-coordinate representation of color #E61730: hue angle of 352.75º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E61730 is Cyan = 0, Magento = 0.9, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 23 | 48 | - |
| CMYK | 0 | 0.9 | 0.79 | 0.10 |
| HSL | 352.75º | 0.82% | 0.5% | - |
| HSV(B) | 352.75º | 0.9% | 0.9% | - |
| XYZ | 33.47 | 17.65 | 4.44 | - |
| YUV | 87.74 | 105.58 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 23 | 48 | 0 | 0.9 | 0.79 | 0.10 | 352.75 | 0.82 | 0.5 |
| Hex | E6 | 17 | 30 | 0 | 5A | 4F | A | 161 | 52 | 32 |
| Octal | 346 | 27 | 60 | 0 | 132 | 117 | 12 | 541 | 122 | 62 |
| Binary | 11100110 | 10111 | 110000 | 0 | 1011010 | 1001111 | 1010 | 101100001 | 1010010 | 110010 |
Color Harmonies of #E61730
Complementary color
Monochromatic Colors of #E61730
Black with #E61730
Text Example
Text Example
White with #E61730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61730; }
p { color: rgb(230,23,48); }
H1.HeaderClassName
{
color: #E61730;
}
.AnyTagClassName
{
color: #E61730;
}
</style>
background-color css
<style>
a { background-color: #E61730; }
a { background-color: rgb(230,23,48); }
div.DivClassName
{
background-color: #E61730;
}
.BgClassName
{
background-color: #E61730;
}
</style>
border-color css
<style>
span { border-color: #E61730; }
span { border-color: rgb(230,23,48); }
td.TdClassName
{
border-color: #E61730;
}
.TagClassName
{
border-color: #E61730;
}
</style>