Shades of Alizarin #E6393A
Tints of Alizarin #E6393A
RGB
CMYK
RGB Variations
Color information
#E6393A (or 0xE6393A) is known color: Alizarin. HEX triplet: E6, 39 and 3A. RGB value is (230,57,58). Sum of RGB (Red+Green+Blue) = 230+57+58=345 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.67% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 230 - color contains mainly: red. Hex color #E6393A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6393A is #19C6C5. Grayscale: #6D6D6D. Windows color (decimal): -1689286 or 3815910. OLE color: 3815910.
HSL color Cylindrical-coordinate representation of color #E6393A: hue angle of 359.65º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E6393A is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 57 | 58 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.10 |
| HSL | 359.65º | 0.78% | 0.56% | - |
| HSV(B) | 359.65º | 0.75% | 0.9% | - |
| XYZ | 34.86 | 20.05 | 6.04 | - |
| YUV | 108.84 | 99.31 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 57 | 58 | 0 | 0.75 | 0.75 | 0.10 | 359.65 | 0.78 | 0.56 |
| Hex | E6 | 39 | 3A | 0 | 4B | 4B | A | 168 | 4E | 38 |
| Octal | 346 | 71 | 72 | 0 | 113 | 113 | 12 | 550 | 116 | 70 |
| Binary | 11100110 | 111001 | 111010 | 0 | 1001011 | 1001011 | 1010 | 101101000 | 1001110 | 111000 |
Color Harmonies of #E6393A
Complementary color
Monochromatic Colors of #E6393A
Black with #E6393A
Text Example
Text Example
White with #E6393A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6393A; }
p { color: rgb(230,57,58); }
H1.HeaderClassName
{
color: #E6393A;
}
.AnyTagClassName
{
color: #E6393A;
}
</style>
background-color css
<style>
a { background-color: #E6393A; }
a { background-color: rgb(230,57,58); }
div.DivClassName
{
background-color: #E6393A;
}
.BgClassName
{
background-color: #E6393A;
}
</style>
border-color css
<style>
span { border-color: #E6393A; }
span { border-color: rgb(230,57,58); }
td.TdClassName
{
border-color: #E6393A;
}
.TagClassName
{
border-color: #E6393A;
}
</style>