Shades of Alizarin #E62731
Tints of Alizarin #E62731
RGB
CMYK
RGB Variations
Color information
#E62731 (or 0xE62731) is known color: Alizarin. HEX triplet: E6, 27 and 31. RGB value is (230,39,49). Sum of RGB (Red+Green+Blue) = 230+39+49=318 (42% of max value = 765). Red value is 230 (90.23% from 255 or 72.33% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 230 - color contains mainly: red. Hex color #E62731 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62731 is #19D8CE. Grayscale: #616161. Windows color (decimal): -1693903 or 3221478. OLE color: 3221478.
HSL color Cylindrical-coordinate representation of color #E62731: hue angle of 356.86º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E62731 is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 39 | 49 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.10 |
| HSL | 356.86º | 0.79% | 0.53% | - |
| HSV(B) | 356.86º | 0.83% | 0.9% | - |
| XYZ | 33.91 | 18.5 | 4.69 | - |
| YUV | 97.25 | 100.78 | 222.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 39 | 49 | 0 | 0.83 | 0.79 | 0.10 | 356.86 | 0.79 | 0.53 |
| Hex | E6 | 27 | 31 | 0 | 53 | 4F | A | 165 | 4F | 35 |
| Octal | 346 | 47 | 61 | 0 | 123 | 117 | 12 | 545 | 117 | 65 |
| Binary | 11100110 | 100111 | 110001 | 0 | 1010011 | 1001111 | 1010 | 101100101 | 1001111 | 110101 |
Color Harmonies of #E62731
Complementary color
Monochromatic Colors of #E62731
Black with #E62731
Text Example
Text Example
White with #E62731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62731; }
p { color: rgb(230,39,49); }
H1.HeaderClassName
{
color: #E62731;
}
.AnyTagClassName
{
color: #E62731;
}
</style>
background-color css
<style>
a { background-color: #E62731; }
a { background-color: rgb(230,39,49); }
div.DivClassName
{
background-color: #E62731;
}
.BgClassName
{
background-color: #E62731;
}
</style>
border-color css
<style>
span { border-color: #E62731; }
span { border-color: rgb(230,39,49); }
td.TdClassName
{
border-color: #E62731;
}
.TagClassName
{
border-color: #E62731;
}
</style>