Shades of Alizarin #E6182B
Tints of Alizarin #E6182B
RGB
CMYK
RGB Variations
Color information
#E6182B (or 0xE6182B) is known color: Alizarin. HEX triplet: E6, 18 and 2B. RGB value is (230,24,43). Sum of RGB (Red+Green+Blue) = 230+24+43=297 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.44% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 230 - color contains mainly: red. Hex color #E6182B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6182B is #19E7D4. Grayscale: #575757. Windows color (decimal): -1697749 or 2824422. OLE color: 2824422.
HSL color Cylindrical-coordinate representation of color #E6182B: hue angle of 354.47º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6182B is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 43 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.10 |
| HSL | 354.47º | 0.81% | 0.5% | - |
| HSV(B) | 354.47º | 0.9% | 0.9% | - |
| XYZ | 33.4 | 17.65 | 3.93 | - |
| YUV | 87.76 | 102.75 | 229.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 43 | 0 | 0.90 | 0.81 | 0.10 | 354.47 | 0.81 | 0.5 |
| Hex | E6 | 18 | 2B | 0 | 5A | 51 | A | 162 | 51 | 32 |
| Octal | 346 | 30 | 53 | 0 | 132 | 121 | 12 | 542 | 121 | 62 |
| Binary | 11100110 | 11000 | 101011 | 0 | 1011010 | 1010001 | 1010 | 101100010 | 1010001 | 110010 |
Color Harmonies of #E6182B
Complementary color
Monochromatic Colors of #E6182B
Black with #E6182B
Text Example
Text Example
White with #E6182B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6182B; }
p { color: rgb(230,24,43); }
H1.HeaderClassName
{
color: #E6182B;
}
.AnyTagClassName
{
color: #E6182B;
}
</style>
background-color css
<style>
a { background-color: #E6182B; }
a { background-color: rgb(230,24,43); }
div.DivClassName
{
background-color: #E6182B;
}
.BgClassName
{
background-color: #E6182B;
}
</style>
border-color css
<style>
span { border-color: #E6182B; }
span { border-color: rgb(230,24,43); }
td.TdClassName
{
border-color: #E6182B;
}
.TagClassName
{
border-color: #E6182B;
}
</style>