Shades of Alizarin #E6373B
Tints of Alizarin #E6373B
RGB
CMYK
RGB Variations
Color information
#E6373B (or 0xE6373B) is known color: Alizarin. HEX triplet: E6, 37 and 3B. RGB value is (230,55,59). Sum of RGB (Red+Green+Blue) = 230+55+59=344 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.86% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 59 (23.44% from 255 or 17.15% from 344); Max value from RGB is 230 - color contains mainly: red. Hex color #E6373B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6373B is #19C8C4. Grayscale: #6B6B6B. Windows color (decimal): -1689797 or 3880934. OLE color: 3880934.
HSL color Cylindrical-coordinate representation of color #E6373B: hue angle of 358.63º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E6373B is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 55 | 59 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.10 |
| HSL | 358.63º | 0.78% | 0.56% | - |
| HSV(B) | 358.63º | 0.76% | 0.9% | - |
| XYZ | 34.79 | 19.87 | 6.14 | - |
| YUV | 107.78 | 100.48 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 55 | 59 | 0 | 0.76 | 0.74 | 0.10 | 358.63 | 0.78 | 0.56 |
| Hex | E6 | 37 | 3B | 0 | 4C | 4A | A | 167 | 4E | 38 |
| Octal | 346 | 67 | 73 | 0 | 114 | 112 | 12 | 547 | 116 | 70 |
| Binary | 11100110 | 110111 | 111011 | 0 | 1001100 | 1001010 | 1010 | 101100111 | 1001110 | 111000 |
Color Harmonies of #E6373B
Complementary color
Monochromatic Colors of #E6373B
Black with #E6373B
Text Example
Text Example
White with #E6373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6373B; }
p { color: rgb(230,55,59); }
H1.HeaderClassName
{
color: #E6373B;
}
.AnyTagClassName
{
color: #E6373B;
}
</style>
background-color css
<style>
a { background-color: #E6373B; }
a { background-color: rgb(230,55,59); }
div.DivClassName
{
background-color: #E6373B;
}
.BgClassName
{
background-color: #E6373B;
}
</style>
border-color css
<style>
span { border-color: #E6373B; }
span { border-color: rgb(230,55,59); }
td.TdClassName
{
border-color: #E6373B;
}
.TagClassName
{
border-color: #E6373B;
}
</style>