Shades of Alizarin #E61D3B
Tints of Alizarin #E61D3B
RGB
CMYK
RGB Variations
Color information
#E61D3B (or 0xE61D3B) is known color: Alizarin. HEX triplet: E6, 1D and 3B. RGB value is (230,29,59). Sum of RGB (Red+Green+Blue) = 230+29+59=318 (42% of max value = 765). Red value is 230 (90.23% from 255 or 72.33% from 318); Green value is 29 (11.72% from 255 or 9.12% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 230 - color contains mainly: red. Hex color #E61D3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E61D3B is #19E2C4. Grayscale: #5C5C5C. Windows color (decimal): -1696453 or 3874278. OLE color: 3874278.
HSL color Cylindrical-coordinate representation of color #E61D3B: hue angle of 351.04º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E61D3B is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 29 | 59 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.10 |
| HSL | 351.04º | 0.8% | 0.51% | - |
| HSV(B) | 351.04º | 0.87% | 0.9% | - |
| XYZ | 33.86 | 18.02 | 5.83 | - |
| YUV | 92.52 | 109.09 | 226.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 29 | 59 | 0 | 0.87 | 0.74 | 0.10 | 351.04 | 0.8 | 0.51 |
| Hex | E6 | 1D | 3B | 0 | 57 | 4A | A | 15F | 50 | 33 |
| Octal | 346 | 35 | 73 | 0 | 127 | 112 | 12 | 537 | 120 | 63 |
| Binary | 11100110 | 11101 | 111011 | 0 | 1010111 | 1001010 | 1010 | 101011111 | 1010000 | 110011 |
Color Harmonies of #E61D3B
Complementary color
Monochromatic Colors of #E61D3B
Black with #E61D3B
Text Example
Text Example
White with #E61D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61D3B; }
p { color: rgb(230,29,59); }
H1.HeaderClassName
{
color: #E61D3B;
}
.AnyTagClassName
{
color: #E61D3B;
}
</style>
background-color css
<style>
a { background-color: #E61D3B; }
a { background-color: rgb(230,29,59); }
div.DivClassName
{
background-color: #E61D3B;
}
.BgClassName
{
background-color: #E61D3B;
}
</style>
border-color css
<style>
span { border-color: #E61D3B; }
span { border-color: rgb(230,29,59); }
td.TdClassName
{
border-color: #E61D3B;
}
.TagClassName
{
border-color: #E61D3B;
}
</style>