Shades of Alizarin #E42B2F
Tints of Alizarin #E42B2F
RGB
CMYK
RGB Variations
Color information
#E42B2F (or 0xE42B2F) is known color: Alizarin. HEX triplet: E4, 2B and 2F. RGB value is (228,43,47). Sum of RGB (Red+Green+Blue) = 228+43+47=318 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.70% from 318); Green value is 43 (17.19% from 255 or 13.52% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 228 - color contains mainly: red. Hex color #E42B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42B2F is #1BD4D0. Grayscale: #626262. Windows color (decimal): -1823953 or 3091428. OLE color: 3091428.
HSL color Cylindrical-coordinate representation of color #E42B2F: hue angle of 358.7º 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 #E42B2F is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 43 | 47 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.11 |
| HSL | 358.7º | 0.77% | 0.53% | - |
| HSV(B) | 358.7º | 0.81% | 0.89% | - |
| XYZ | 33.37 | 18.43 | 4.49 | - |
| YUV | 98.77 | 98.79 | 220.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 43 | 47 | 0 | 0.81 | 0.79 | 0.11 | 358.7 | 0.77 | 0.53 |
| Hex | E4 | 2B | 2F | 0 | 51 | 4F | B | 167 | 4D | 35 |
| Octal | 344 | 53 | 57 | 0 | 121 | 117 | 13 | 547 | 115 | 65 |
| Binary | 11100100 | 101011 | 101111 | 0 | 1010001 | 1001111 | 1011 | 101100111 | 1001101 | 110101 |
Color Harmonies of #E42B2F
Complementary color
Monochromatic Colors of #E42B2F
Black with #E42B2F
Text Example
Text Example
White with #E42B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42B2F; }
p { color: rgb(228,43,47); }
H1.HeaderClassName
{
color: #E42B2F;
}
.AnyTagClassName
{
color: #E42B2F;
}
</style>
background-color css
<style>
a { background-color: #E42B2F; }
a { background-color: rgb(228,43,47); }
div.DivClassName
{
background-color: #E42B2F;
}
.BgClassName
{
background-color: #E42B2F;
}
</style>
border-color css
<style>
span { border-color: #E42B2F; }
span { border-color: rgb(228,43,47); }
td.TdClassName
{
border-color: #E42B2F;
}
.TagClassName
{
border-color: #E42B2F;
}
</style>