Shades of Alizarin #E4343D
Tints of Alizarin #E4343D
RGB
CMYK
RGB Variations
Color information
#E4343D (or 0xE4343D) is known color: Alizarin. HEX triplet: E4, 34 and 3D. RGB value is (228,52,61). Sum of RGB (Red+Green+Blue) = 228+52+61=341 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.86% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 228 - color contains mainly: red. Hex color #E4343D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4343D is #1BCBC2. Grayscale: #696969. Windows color (decimal): -1821635 or 4011236. OLE color: 4011236.
HSL color Cylindrical-coordinate representation of color #E4343D: hue angle of 356.93º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E4343D is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 52 | 61 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.11 |
| HSL | 356.93º | 0.77% | 0.55% | - |
| HSV(B) | 356.93º | 0.77% | 0.89% | - |
| XYZ | 34.07 | 19.29 | 6.34 | - |
| YUV | 105.65 | 102.81 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 52 | 61 | 0 | 0.77 | 0.73 | 0.11 | 356.93 | 0.77 | 0.55 |
| Hex | E4 | 34 | 3D | 0 | 4D | 49 | B | 165 | 4D | 37 |
| Octal | 344 | 64 | 75 | 0 | 115 | 111 | 13 | 545 | 115 | 67 |
| Binary | 11100100 | 110100 | 111101 | 0 | 1001101 | 1001001 | 1011 | 101100101 | 1001101 | 110111 |
Color Harmonies of #E4343D
Complementary color
Monochromatic Colors of #E4343D
Black with #E4343D
Text Example
Text Example
White with #E4343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4343D; }
p { color: rgb(228,52,61); }
H1.HeaderClassName
{
color: #E4343D;
}
.AnyTagClassName
{
color: #E4343D;
}
</style>
background-color css
<style>
a { background-color: #E4343D; }
a { background-color: rgb(228,52,61); }
div.DivClassName
{
background-color: #E4343D;
}
.BgClassName
{
background-color: #E4343D;
}
</style>
border-color css
<style>
span { border-color: #E4343D; }
span { border-color: rgb(228,52,61); }
td.TdClassName
{
border-color: #E4343D;
}
.TagClassName
{
border-color: #E4343D;
}
</style>