Shades of Alizarin #EB152A
Tints of Alizarin #EB152A
RGB
CMYK
RGB Variations
Color information
#EB152A (or 0xEB152A) is known color: Alizarin. HEX triplet: EB, 15 and 2A. RGB value is (235,21,42). Sum of RGB (Red+Green+Blue) = 235+21+42=298 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.86% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 235 - color contains mainly: red. Hex color #EB152A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB152A is #14EAD5. Grayscale: #575757. Windows color (decimal): -1370838 or 2758123. OLE color: 2758123.
HSL color Cylindrical-coordinate representation of color #EB152A: hue angle of 354.11º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB152A is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 21 | 42 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.08 |
| HSL | 354.11º | 0.84% | 0.5% | - |
| HSV(B) | 354.11º | 0.91% | 0.92% | - |
| XYZ | 34.95 | 18.37 | 3.89 | - |
| YUV | 87.38 | 102.4 | 233.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 21 | 42 | 0 | 0.91 | 0.82 | 0.08 | 354.11 | 0.84 | 0.5 |
| Hex | EB | 15 | 2A | 0 | 5B | 52 | 8 | 162 | 54 | 32 |
| Octal | 353 | 25 | 52 | 0 | 133 | 122 | 10 | 542 | 124 | 62 |
| Binary | 11101011 | 10101 | 101010 | 0 | 1011011 | 1010010 | 1000 | 101100010 | 1010100 | 110010 |
Color Harmonies of #EB152A
Complementary color
Monochromatic Colors of #EB152A
Black with #EB152A
Text Example
Text Example
White with #EB152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB152A; }
p { color: rgb(235,21,42); }
H1.HeaderClassName
{
color: #EB152A;
}
.AnyTagClassName
{
color: #EB152A;
}
</style>
background-color css
<style>
a { background-color: #EB152A; }
a { background-color: rgb(235,21,42); }
div.DivClassName
{
background-color: #EB152A;
}
.BgClassName
{
background-color: #EB152A;
}
</style>
border-color css
<style>
span { border-color: #EB152A; }
span { border-color: rgb(235,21,42); }
td.TdClassName
{
border-color: #EB152A;
}
.TagClassName
{
border-color: #EB152A;
}
</style>