Shades of Alizarin #E33F40
Tints of Alizarin #E33F40
RGB
CMYK
RGB Variations
Color information
#E33F40 (or 0xE33F40) is known color: Alizarin. HEX triplet: E3, 3F and 40. RGB value is (227,63,64). Sum of RGB (Red+Green+Blue) = 227+63+64=354 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.12% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 227 - color contains mainly: red. Hex color #E33F40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33F40 is #1CC0BF. Grayscale: #707070. Windows color (decimal): -1884352 or 4210659. OLE color: 4210659.
HSL color Cylindrical-coordinate representation of color #E33F40: hue angle of 359.63º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E33F40 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 63 | 64 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.11 |
| HSL | 359.63º | 0.75% | 0.57% | - |
| HSV(B) | 359.63º | 0.72% | 0.89% | - |
| XYZ | 34.38 | 20.26 | 6.95 | - |
| YUV | 112.15 | 100.83 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 63 | 64 | 0 | 0.72 | 0.72 | 0.11 | 359.63 | 0.75 | 0.57 |
| Hex | E3 | 3F | 40 | 0 | 48 | 48 | B | 168 | 4B | 39 |
| Octal | 343 | 77 | 100 | 0 | 110 | 110 | 13 | 550 | 113 | 71 |
| Binary | 11100011 | 111111 | 1000000 | 0 | 1001000 | 1001000 | 1011 | 101101000 | 1001011 | 111001 |
Color Harmonies of #E33F40
Complementary color
Monochromatic Colors of #E33F40
Black with #E33F40
Text Example
Text Example
White with #E33F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33F40; }
p { color: rgb(227,63,64); }
H1.HeaderClassName
{
color: #E33F40;
}
.AnyTagClassName
{
color: #E33F40;
}
</style>
background-color css
<style>
a { background-color: #E33F40; }
a { background-color: rgb(227,63,64); }
div.DivClassName
{
background-color: #E33F40;
}
.BgClassName
{
background-color: #E33F40;
}
</style>
border-color css
<style>
span { border-color: #E33F40; }
span { border-color: rgb(227,63,64); }
td.TdClassName
{
border-color: #E33F40;
}
.TagClassName
{
border-color: #E33F40;
}
</style>