Shades of Alizarin #EB242D
Tints of Alizarin #EB242D
RGB
CMYK
RGB Variations
Color information
#EB242D (or 0xEB242D) is known color: Alizarin. HEX triplet: EB, 24 and 2D. RGB value is (235,36,45). Sum of RGB (Red+Green+Blue) = 235+36+45=316 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.37% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 235 - color contains mainly: red. Hex color #EB242D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB242D is #14DBD2. Grayscale: #606060. Windows color (decimal): -1366995 or 2958571. OLE color: 2958571.
HSL color Cylindrical-coordinate representation of color #EB242D: hue angle of 357.29º 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 #EB242D is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 36 | 45 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.08 |
| HSL | 357.29º | 0.83% | 0.53% | - |
| HSV(B) | 357.29º | 0.85% | 0.92% | - |
| XYZ | 35.37 | 19.11 | 4.31 | - |
| YUV | 96.53 | 98.93 | 226.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 36 | 45 | 0 | 0.85 | 0.81 | 0.08 | 357.29 | 0.83 | 0.53 |
| Hex | EB | 24 | 2D | 0 | 55 | 51 | 8 | 165 | 53 | 35 |
| Octal | 353 | 44 | 55 | 0 | 125 | 121 | 10 | 545 | 123 | 65 |
| Binary | 11101011 | 100100 | 101101 | 0 | 1010101 | 1010001 | 1000 | 101100101 | 1010011 | 110101 |
Color Harmonies of #EB242D
Complementary color
Monochromatic Colors of #EB242D
Black with #EB242D
Text Example
Text Example
White with #EB242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB242D; }
p { color: rgb(235,36,45); }
H1.HeaderClassName
{
color: #EB242D;
}
.AnyTagClassName
{
color: #EB242D;
}
</style>
background-color css
<style>
a { background-color: #EB242D; }
a { background-color: rgb(235,36,45); }
div.DivClassName
{
background-color: #EB242D;
}
.BgClassName
{
background-color: #EB242D;
}
</style>
border-color css
<style>
span { border-color: #EB242D; }
span { border-color: rgb(235,36,45); }
td.TdClassName
{
border-color: #EB242D;
}
.TagClassName
{
border-color: #EB242D;
}
</style>