Shades of Alizarin #E63237
Tints of Alizarin #E63237
RGB
CMYK
RGB Variations
Color information
#E63237 (or 0xE63237) is known color: Alizarin. HEX triplet: E6, 32 and 37. RGB value is (230,50,55). Sum of RGB (Red+Green+Blue) = 230+50+55=335 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.66% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 55 (21.88% from 255 or 16.42% from 335); Max value from RGB is 230 - color contains mainly: red. Hex color #E63237 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63237 is #19CDC8. Grayscale: #686868. Windows color (decimal): -1691081 or 3617510. OLE color: 3617510.
HSL color Cylindrical-coordinate representation of color #E63237: hue angle of 358.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E63237 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 55 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.10 |
| HSL | 358.33º | 0.78% | 0.55% | - |
| HSV(B) | 358.33º | 0.78% | 0.9% | - |
| XYZ | 34.46 | 19.38 | 5.54 | - |
| YUV | 104.39 | 100.13 | 217.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 55 | 0 | 0.78 | 0.76 | 0.10 | 358.33 | 0.78 | 0.55 |
| Hex | E6 | 32 | 37 | 0 | 4E | 4C | A | 166 | 4E | 37 |
| Octal | 346 | 62 | 67 | 0 | 116 | 114 | 12 | 546 | 116 | 67 |
| Binary | 11100110 | 110010 | 110111 | 0 | 1001110 | 1001100 | 1010 | 101100110 | 1001110 | 110111 |
Color Harmonies of #E63237
Complementary color
Monochromatic Colors of #E63237
Black with #E63237
Text Example
Text Example
White with #E63237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63237; }
p { color: rgb(230,50,55); }
H1.HeaderClassName
{
color: #E63237;
}
.AnyTagClassName
{
color: #E63237;
}
</style>
background-color css
<style>
a { background-color: #E63237; }
a { background-color: rgb(230,50,55); }
div.DivClassName
{
background-color: #E63237;
}
.BgClassName
{
background-color: #E63237;
}
</style>
border-color css
<style>
span { border-color: #E63237; }
span { border-color: rgb(230,50,55); }
td.TdClassName
{
border-color: #E63237;
}
.TagClassName
{
border-color: #E63237;
}
</style>