Shades of Alizarin #E42B3C
Tints of Alizarin #E42B3C
RGB
CMYK
RGB Variations
Color information
#E42B3C (or 0xE42B3C) is known color: Alizarin. HEX triplet: E4, 2B and 3C. RGB value is (228,43,60). Sum of RGB (Red+Green+Blue) = 228+43+60=331 (43% of max value = 765). Red value is 228 (89.45% from 255 or 68.88% from 331); Green value is 43 (17.19% from 255 or 12.99% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 228 - color contains mainly: red. Hex color #E42B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42B3C is #1BD4C3. Grayscale: #646464. Windows color (decimal): -1823940 or 3943396. OLE color: 3943396.
HSL color Cylindrical-coordinate representation of color #E42B3C: hue angle of 354.49º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E42B3C is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 43 | 60 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.11 |
| HSL | 354.49º | 0.77% | 0.53% | - |
| HSV(B) | 354.49º | 0.81% | 0.89% | - |
| XYZ | 33.67 | 18.55 | 6.08 | - |
| YUV | 100.25 | 105.29 | 219.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 43 | 60 | 0 | 0.81 | 0.74 | 0.11 | 354.49 | 0.77 | 0.53 |
| Hex | E4 | 2B | 3C | 0 | 51 | 4A | B | 162 | 4D | 35 |
| Octal | 344 | 53 | 74 | 0 | 121 | 112 | 13 | 542 | 115 | 65 |
| Binary | 11100100 | 101011 | 111100 | 0 | 1010001 | 1001010 | 1011 | 101100010 | 1001101 | 110101 |
Color Harmonies of #E42B3C
Complementary color
Monochromatic Colors of #E42B3C
Black with #E42B3C
Text Example
Text Example
White with #E42B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42B3C; }
p { color: rgb(228,43,60); }
H1.HeaderClassName
{
color: #E42B3C;
}
.AnyTagClassName
{
color: #E42B3C;
}
</style>
background-color css
<style>
a { background-color: #E42B3C; }
a { background-color: rgb(228,43,60); }
div.DivClassName
{
background-color: #E42B3C;
}
.BgClassName
{
background-color: #E42B3C;
}
</style>
border-color css
<style>
span { border-color: #E42B3C; }
span { border-color: rgb(228,43,60); }
td.TdClassName
{
border-color: #E42B3C;
}
.TagClassName
{
border-color: #E42B3C;
}
</style>