Shades of Alizarin #EB242A
Tints of Alizarin #EB242A
RGB
CMYK
RGB Variations
Color information
#EB242A (or 0xEB242A) is known color: Alizarin. HEX triplet: EB, 24 and 2A. RGB value is (235,36,42). Sum of RGB (Red+Green+Blue) = 235+36+42=313 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.08% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 235 - color contains mainly: red. Hex color #EB242A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB242A is #14DBD5. Grayscale: #606060. Windows color (decimal): -1366998 or 2761963. OLE color: 2761963.
HSL color Cylindrical-coordinate representation of color #EB242A: hue angle of 358.19º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EB242A is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 36 | 42 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.08 |
| HSL | 358.19º | 0.83% | 0.53% | - |
| HSV(B) | 358.19º | 0.85% | 0.92% | - |
| XYZ | 35.31 | 19.09 | 4.01 | - |
| YUV | 96.19 | 97.43 | 227.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 36 | 42 | 0 | 0.85 | 0.82 | 0.08 | 358.19 | 0.83 | 0.53 |
| Hex | EB | 24 | 2A | 0 | 55 | 52 | 8 | 166 | 53 | 35 |
| Octal | 353 | 44 | 52 | 0 | 125 | 122 | 10 | 546 | 123 | 65 |
| Binary | 11101011 | 100100 | 101010 | 0 | 1010101 | 1010010 | 1000 | 101100110 | 1010011 | 110101 |
Color Harmonies of #EB242A
Complementary color
Monochromatic Colors of #EB242A
Black with #EB242A
Text Example
Text Example
White with #EB242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB242A; }
p { color: rgb(235,36,42); }
H1.HeaderClassName
{
color: #EB242A;
}
.AnyTagClassName
{
color: #EB242A;
}
</style>
background-color css
<style>
a { background-color: #EB242A; }
a { background-color: rgb(235,36,42); }
div.DivClassName
{
background-color: #EB242A;
}
.BgClassName
{
background-color: #EB242A;
}
</style>
border-color css
<style>
span { border-color: #EB242A; }
span { border-color: rgb(235,36,42); }
td.TdClassName
{
border-color: #EB242A;
}
.TagClassName
{
border-color: #EB242A;
}
</style>