Shades of Alizarin #E63438
Tints of Alizarin #E63438
RGB
CMYK
RGB Variations
Color information
#E63438 (or 0xE63438) is known color: Alizarin. HEX triplet: E6, 34 and 38. RGB value is (230,52,56). Sum of RGB (Red+Green+Blue) = 230+52+56=338 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.05% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 230 - color contains mainly: red. Hex color #E63438 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63438 is #19CBC7. Grayscale: #696969. Windows color (decimal): -1690568 or 3683558. OLE color: 3683558.
HSL color Cylindrical-coordinate representation of color #E63438: hue angle of 358.65º 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 #E63438 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 52 | 56 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.10 |
| HSL | 358.65º | 0.78% | 0.55% | - |
| HSV(B) | 358.65º | 0.77% | 0.9% | - |
| XYZ | 34.57 | 19.56 | 5.7 | - |
| YUV | 105.68 | 99.97 | 216.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 52 | 56 | 0 | 0.77 | 0.76 | 0.10 | 358.65 | 0.78 | 0.55 |
| Hex | E6 | 34 | 38 | 0 | 4D | 4C | A | 167 | 4E | 37 |
| Octal | 346 | 64 | 70 | 0 | 115 | 114 | 12 | 547 | 116 | 67 |
| Binary | 11100110 | 110100 | 111000 | 0 | 1001101 | 1001100 | 1010 | 101100111 | 1001110 | 110111 |
Color Harmonies of #E63438
Complementary color
Monochromatic Colors of #E63438
Black with #E63438
Text Example
Text Example
White with #E63438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63438; }
p { color: rgb(230,52,56); }
H1.HeaderClassName
{
color: #E63438;
}
.AnyTagClassName
{
color: #E63438;
}
</style>
background-color css
<style>
a { background-color: #E63438; }
a { background-color: rgb(230,52,56); }
div.DivClassName
{
background-color: #E63438;
}
.BgClassName
{
background-color: #E63438;
}
</style>
border-color css
<style>
span { border-color: #E63438; }
span { border-color: rgb(230,52,56); }
td.TdClassName
{
border-color: #E63438;
}
.TagClassName
{
border-color: #E63438;
}
</style>