Shades of Alizarin #E61F3F
Tints of Alizarin #E61F3F
RGB
CMYK
RGB Variations
Color information
#E61F3F (or 0xE61F3F) is known color: Alizarin. HEX triplet: E6, 1F and 3F. RGB value is (230,31,63). Sum of RGB (Red+Green+Blue) = 230+31+63=324 (42% of max value = 765). Red value is 230 (90.23% from 255 or 70.99% from 324); Green value is 31 (12.5% from 255 or 9.57% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 230 - color contains mainly: red. Hex color #E61F3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E61F3F is #19E0C0. Grayscale: #5E5E5E. Windows color (decimal): -1695937 or 4136934. OLE color: 4136934.
HSL color Cylindrical-coordinate representation of color #E61F3F: hue angle of 350.35º 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 #E61F3F is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 31 | 63 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.10 |
| HSL | 350.35º | 0.8% | 0.51% | - |
| HSV(B) | 350.35º | 0.87% | 0.9% | - |
| XYZ | 34.02 | 18.16 | 6.42 | - |
| YUV | 94.15 | 110.43 | 224.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 31 | 63 | 0 | 0.87 | 0.73 | 0.10 | 350.35 | 0.8 | 0.51 |
| Hex | E6 | 1F | 3F | 0 | 57 | 49 | A | 15E | 50 | 33 |
| Octal | 346 | 37 | 77 | 0 | 127 | 111 | 12 | 536 | 120 | 63 |
| Binary | 11100110 | 11111 | 111111 | 0 | 1010111 | 1001001 | 1010 | 101011110 | 1010000 | 110011 |
Color Harmonies of #E61F3F
Complementary color
Monochromatic Colors of #E61F3F
Black with #E61F3F
Text Example
Text Example
White with #E61F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61F3F; }
p { color: rgb(230,31,63); }
H1.HeaderClassName
{
color: #E61F3F;
}
.AnyTagClassName
{
color: #E61F3F;
}
</style>
background-color css
<style>
a { background-color: #E61F3F; }
a { background-color: rgb(230,31,63); }
div.DivClassName
{
background-color: #E61F3F;
}
.BgClassName
{
background-color: #E61F3F;
}
</style>
border-color css
<style>
span { border-color: #E61F3F; }
span { border-color: rgb(230,31,63); }
td.TdClassName
{
border-color: #E61F3F;
}
.TagClassName
{
border-color: #E61F3F;
}
</style>