Shades of Alizarin #E43C3D
Tints of Alizarin #E43C3D
RGB
CMYK
RGB Variations
Color information
#E43C3D (or 0xE43C3D) is known color: Alizarin. HEX triplet: E4, 3C and 3D. RGB value is (228,60,61). Sum of RGB (Red+Green+Blue) = 228+60+61=349 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.33% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 228 - color contains mainly: red. Hex color #E43C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E43C3D is #1BC3C2. Grayscale: #6E6E6E. Windows color (decimal): -1819587 or 4013284. OLE color: 4013284.
HSL color Cylindrical-coordinate representation of color #E43C3D: hue angle of 359.64º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E43C3D is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 60 | 61 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.11 |
| HSL | 359.64º | 0.76% | 0.56% | - |
| HSV(B) | 359.64º | 0.74% | 0.89% | - |
| XYZ | 34.45 | 20.06 | 6.47 | - |
| YUV | 110.35 | 100.16 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 60 | 61 | 0 | 0.74 | 0.73 | 0.11 | 359.64 | 0.76 | 0.56 |
| Hex | E4 | 3C | 3D | 0 | 4A | 49 | B | 168 | 4C | 38 |
| Octal | 344 | 74 | 75 | 0 | 112 | 111 | 13 | 550 | 114 | 70 |
| Binary | 11100100 | 111100 | 111101 | 0 | 1001010 | 1001001 | 1011 | 101101000 | 1001100 | 111000 |
Color Harmonies of #E43C3D
Complementary color
Monochromatic Colors of #E43C3D
Black with #E43C3D
Text Example
Text Example
White with #E43C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43C3D; }
p { color: rgb(228,60,61); }
H1.HeaderClassName
{
color: #E43C3D;
}
.AnyTagClassName
{
color: #E43C3D;
}
</style>
background-color css
<style>
a { background-color: #E43C3D; }
a { background-color: rgb(228,60,61); }
div.DivClassName
{
background-color: #E43C3D;
}
.BgClassName
{
background-color: #E43C3D;
}
</style>
border-color css
<style>
span { border-color: #E43C3D; }
span { border-color: rgb(228,60,61); }
td.TdClassName
{
border-color: #E43C3D;
}
.TagClassName
{
border-color: #E43C3D;
}
</style>