Shades of Alizarin #EB243E
Tints of Alizarin #EB243E
RGB
CMYK
RGB Variations
Color information
#EB243E (or 0xEB243E) is known color: Alizarin. HEX triplet: EB, 24 and 3E. RGB value is (235,36,62). Sum of RGB (Red+Green+Blue) = 235+36+62=333 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.57% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 235 - color contains mainly: red. Hex color #EB243E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB243E is #14DBC1. Grayscale: #626262. Windows color (decimal): -1366978 or 4072683. OLE color: 4072683.
HSL color Cylindrical-coordinate representation of color #EB243E: hue angle of 352.16º 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 #EB243E is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 36 | 62 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.08 |
| HSL | 352.16º | 0.83% | 0.53% | - |
| HSV(B) | 352.16º | 0.85% | 0.92% | - |
| XYZ | 35.76 | 19.27 | 6.39 | - |
| YUV | 98.47 | 107.43 | 225.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 36 | 62 | 0 | 0.85 | 0.74 | 0.08 | 352.16 | 0.83 | 0.53 |
| Hex | EB | 24 | 3E | 0 | 55 | 4A | 8 | 160 | 53 | 35 |
| Octal | 353 | 44 | 76 | 0 | 125 | 112 | 10 | 540 | 123 | 65 |
| Binary | 11101011 | 100100 | 111110 | 0 | 1010101 | 1001010 | 1000 | 101100000 | 1010011 | 110101 |
Color Harmonies of #EB243E
Complementary color
Monochromatic Colors of #EB243E
Black with #EB243E
Text Example
Text Example
White with #EB243E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB243E; }
p { color: rgb(235,36,62); }
H1.HeaderClassName
{
color: #EB243E;
}
.AnyTagClassName
{
color: #EB243E;
}
</style>
background-color css
<style>
a { background-color: #EB243E; }
a { background-color: rgb(235,36,62); }
div.DivClassName
{
background-color: #EB243E;
}
.BgClassName
{
background-color: #EB243E;
}
</style>
border-color css
<style>
span { border-color: #EB243E; }
span { border-color: rgb(235,36,62); }
td.TdClassName
{
border-color: #EB243E;
}
.TagClassName
{
border-color: #EB243E;
}
</style>