Shades of Alizarin #E61F3C
Tints of Alizarin #E61F3C
RGB
CMYK
RGB Variations
Color information
#E61F3C (or 0xE61F3C) is known color: Alizarin. HEX triplet: E6, 1F and 3C. RGB value is (230,31,60). Sum of RGB (Red+Green+Blue) = 230+31+60=321 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.65% from 321); Green value is 31 (12.5% from 255 or 9.66% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 230 - color contains mainly: red. Hex color #E61F3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E61F3C is #19E0C3. Grayscale: #5D5D5D. Windows color (decimal): -1695940 or 3940326. OLE color: 3940326.
HSL color Cylindrical-coordinate representation of color #E61F3C: hue angle of 351.26º 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 #E61F3C is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 31 | 60 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.10 |
| HSL | 351.26º | 0.8% | 0.51% | - |
| HSV(B) | 351.26º | 0.87% | 0.9% | - |
| XYZ | 33.94 | 18.13 | 5.99 | - |
| YUV | 93.81 | 108.93 | 225.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 31 | 60 | 0 | 0.87 | 0.74 | 0.10 | 351.26 | 0.8 | 0.51 |
| Hex | E6 | 1F | 3C | 0 | 57 | 4A | A | 15F | 50 | 33 |
| Octal | 346 | 37 | 74 | 0 | 127 | 112 | 12 | 537 | 120 | 63 |
| Binary | 11100110 | 11111 | 111100 | 0 | 1010111 | 1001010 | 1010 | 101011111 | 1010000 | 110011 |
Color Harmonies of #E61F3C
Complementary color
Monochromatic Colors of #E61F3C
Black with #E61F3C
Text Example
Text Example
White with #E61F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61F3C; }
p { color: rgb(230,31,60); }
H1.HeaderClassName
{
color: #E61F3C;
}
.AnyTagClassName
{
color: #E61F3C;
}
</style>
background-color css
<style>
a { background-color: #E61F3C; }
a { background-color: rgb(230,31,60); }
div.DivClassName
{
background-color: #E61F3C;
}
.BgClassName
{
background-color: #E61F3C;
}
</style>
border-color css
<style>
span { border-color: #E61F3C; }
span { border-color: rgb(230,31,60); }
td.TdClassName
{
border-color: #E61F3C;
}
.TagClassName
{
border-color: #E61F3C;
}
</style>