Shades of Alizarin #E6393C
Tints of Alizarin #E6393C
RGB
CMYK
RGB Variations
Color information
#E6393C (or 0xE6393C) is known color: Alizarin. HEX triplet: E6, 39 and 3C. RGB value is (230,57,60). Sum of RGB (Red+Green+Blue) = 230+57+60=347 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.28% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 230 - color contains mainly: red. Hex color #E6393C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6393C is #19C6C3. Grayscale: #6D6D6D. Windows color (decimal): -1689284 or 3946982. OLE color: 3946982.
HSL color Cylindrical-coordinate representation of color #E6393C: hue angle of 358.96º 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 #E6393C is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 57 | 60 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.10 |
| HSL | 358.96º | 0.78% | 0.56% | - |
| HSV(B) | 358.96º | 0.75% | 0.9% | - |
| XYZ | 34.91 | 20.08 | 6.31 | - |
| YUV | 109.07 | 100.31 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 57 | 60 | 0 | 0.75 | 0.74 | 0.10 | 358.96 | 0.78 | 0.56 |
| Hex | E6 | 39 | 3C | 0 | 4B | 4A | A | 167 | 4E | 38 |
| Octal | 346 | 71 | 74 | 0 | 113 | 112 | 12 | 547 | 116 | 70 |
| Binary | 11100110 | 111001 | 111100 | 0 | 1001011 | 1001010 | 1010 | 101100111 | 1001110 | 111000 |
Color Harmonies of #E6393C
Complementary color
Monochromatic Colors of #E6393C
Black with #E6393C
Text Example
Text Example
White with #E6393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6393C; }
p { color: rgb(230,57,60); }
H1.HeaderClassName
{
color: #E6393C;
}
.AnyTagClassName
{
color: #E6393C;
}
</style>
background-color css
<style>
a { background-color: #E6393C; }
a { background-color: rgb(230,57,60); }
div.DivClassName
{
background-color: #E6393C;
}
.BgClassName
{
background-color: #E6393C;
}
</style>
border-color css
<style>
span { border-color: #E6393C; }
span { border-color: rgb(230,57,60); }
td.TdClassName
{
border-color: #E6393C;
}
.TagClassName
{
border-color: #E6393C;
}
</style>