Shades of Alizarin #E63538
Tints of Alizarin #E63538
RGB
CMYK
RGB Variations
Color information
#E63538 (or 0xE63538) is known color: Alizarin. HEX triplet: E6, 35 and 38. RGB value is (230,53,56). Sum of RGB (Red+Green+Blue) = 230+53+56=339 (44% of max value = 765). Red value is 230 (90.23% from 255 or 67.85% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 230 - color contains mainly: red. Hex color #E63538 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63538 is #19CAC7. Grayscale: #6A6A6A. Windows color (decimal): -1690312 or 3683814. OLE color: 3683814.
HSL color Cylindrical-coordinate representation of color #E63538: hue angle of 358.98º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E63538 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 53 | 56 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.10 |
| HSL | 358.98º | 0.78% | 0.55% | - |
| HSV(B) | 358.98º | 0.77% | 0.9% | - |
| XYZ | 34.62 | 19.65 | 5.71 | - |
| YUV | 106.27 | 99.64 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 53 | 56 | 0 | 0.77 | 0.76 | 0.10 | 358.98 | 0.78 | 0.55 |
| Hex | E6 | 35 | 38 | 0 | 4D | 4C | A | 167 | 4E | 37 |
| Octal | 346 | 65 | 70 | 0 | 115 | 114 | 12 | 547 | 116 | 67 |
| Binary | 11100110 | 110101 | 111000 | 0 | 1001101 | 1001100 | 1010 | 101100111 | 1001110 | 110111 |
Color Harmonies of #E63538
Complementary color
Monochromatic Colors of #E63538
Black with #E63538
Text Example
Text Example
White with #E63538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63538; }
p { color: rgb(230,53,56); }
H1.HeaderClassName
{
color: #E63538;
}
.AnyTagClassName
{
color: #E63538;
}
</style>
background-color css
<style>
a { background-color: #E63538; }
a { background-color: rgb(230,53,56); }
div.DivClassName
{
background-color: #E63538;
}
.BgClassName
{
background-color: #E63538;
}
</style>
border-color css
<style>
span { border-color: #E63538; }
span { border-color: rgb(230,53,56); }
td.TdClassName
{
border-color: #E63538;
}
.TagClassName
{
border-color: #E63538;
}
</style>