Shades of Alizarin #E61C2D
Tints of Alizarin #E61C2D
RGB
CMYK
RGB Variations
Color information
#E61C2D (or 0xE61C2D) is known color: Alizarin. HEX triplet: E6, 1C and 2D. RGB value is (230,28,45). Sum of RGB (Red+Green+Blue) = 230+28+45=303 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.91% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 230 - color contains mainly: red. Hex color #E61C2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E61C2D is #19E3D2. Grayscale: #5A5A5A. Windows color (decimal): -1696723 or 2956518. OLE color: 2956518.
HSL color Cylindrical-coordinate representation of color #E61C2D: hue angle of 354.95º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61C2D is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 28 | 45 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.10 |
| HSL | 354.95º | 0.8% | 0.51% | - |
| HSV(B) | 354.95º | 0.88% | 0.9% | - |
| XYZ | 33.52 | 17.84 | 4.16 | - |
| YUV | 90.34 | 102.42 | 227.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 28 | 45 | 0 | 0.88 | 0.80 | 0.10 | 354.95 | 0.8 | 0.51 |
| Hex | E6 | 1C | 2D | 0 | 58 | 50 | A | 163 | 50 | 33 |
| Octal | 346 | 34 | 55 | 0 | 130 | 120 | 12 | 543 | 120 | 63 |
| Binary | 11100110 | 11100 | 101101 | 0 | 1011000 | 1010000 | 1010 | 101100011 | 1010000 | 110011 |
Color Harmonies of #E61C2D
Complementary color
Monochromatic Colors of #E61C2D
Black with #E61C2D
Text Example
Text Example
White with #E61C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61C2D; }
p { color: rgb(230,28,45); }
H1.HeaderClassName
{
color: #E61C2D;
}
.AnyTagClassName
{
color: #E61C2D;
}
</style>
background-color css
<style>
a { background-color: #E61C2D; }
a { background-color: rgb(230,28,45); }
div.DivClassName
{
background-color: #E61C2D;
}
.BgClassName
{
background-color: #E61C2D;
}
</style>
border-color css
<style>
span { border-color: #E61C2D; }
span { border-color: rgb(230,28,45); }
td.TdClassName
{
border-color: #E61C2D;
}
.TagClassName
{
border-color: #E61C2D;
}
</style>