Shades of Alizarin #E6192B
Tints of Alizarin #E6192B
RGB
CMYK
RGB Variations
Color information
#E6192B (or 0xE6192B) is known color: Alizarin. HEX triplet: E6, 19 and 2B. RGB value is (230,25,43). Sum of RGB (Red+Green+Blue) = 230+25+43=298 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.18% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 230 - color contains mainly: red. Hex color #E6192B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6192B is #19E6D4. Grayscale: #585858. Windows color (decimal): -1697493 or 2824678. OLE color: 2824678.
HSL color Cylindrical-coordinate representation of color #E6192B: hue angle of 354.73º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E6192B is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 43 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.10 |
| HSL | 354.73º | 0.8% | 0.5% | - |
| HSV(B) | 354.73º | 0.89% | 0.9% | - |
| XYZ | 33.42 | 17.69 | 3.94 | - |
| YUV | 88.35 | 102.42 | 229.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 43 | 0 | 0.89 | 0.81 | 0.10 | 354.73 | 0.8 | 0.5 |
| Hex | E6 | 19 | 2B | 0 | 59 | 51 | A | 163 | 50 | 32 |
| Octal | 346 | 31 | 53 | 0 | 131 | 121 | 12 | 543 | 120 | 62 |
| Binary | 11100110 | 11001 | 101011 | 0 | 1011001 | 1010001 | 1010 | 101100011 | 1010000 | 110010 |
Color Harmonies of #E6192B
Complementary color
Monochromatic Colors of #E6192B
Black with #E6192B
Text Example
Text Example
White with #E6192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6192B; }
p { color: rgb(230,25,43); }
H1.HeaderClassName
{
color: #E6192B;
}
.AnyTagClassName
{
color: #E6192B;
}
</style>
background-color css
<style>
a { background-color: #E6192B; }
a { background-color: rgb(230,25,43); }
div.DivClassName
{
background-color: #E6192B;
}
.BgClassName
{
background-color: #E6192B;
}
</style>
border-color css
<style>
span { border-color: #E6192B; }
span { border-color: rgb(230,25,43); }
td.TdClassName
{
border-color: #E6192B;
}
.TagClassName
{
border-color: #E6192B;
}
</style>