Shades of Alizarin #EB273B
Tints of Alizarin #EB273B
RGB
CMYK
RGB Variations
Color information
#EB273B (or 0xEB273B) is known color: Alizarin. HEX triplet: EB, 27 and 3B. RGB value is (235,39,59). Sum of RGB (Red+Green+Blue) = 235+39+59=333 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.57% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 235 - color contains mainly: red. Hex color #EB273B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB273B is #14D8C4. Grayscale: #636363. Windows color (decimal): -1366213 or 3876843. OLE color: 3876843.
HSL color Cylindrical-coordinate representation of color #EB273B: hue angle of 353.88º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB273B is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 39 | 59 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.08 |
| HSL | 353.88º | 0.83% | 0.54% | - |
| HSV(B) | 353.88º | 0.83% | 0.92% | - |
| XYZ | 35.78 | 19.43 | 6 | - |
| YUV | 99.88 | 104.93 | 224.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 39 | 59 | 0 | 0.83 | 0.75 | 0.08 | 353.88 | 0.83 | 0.54 |
| Hex | EB | 27 | 3B | 0 | 53 | 4B | 8 | 162 | 53 | 36 |
| Octal | 353 | 47 | 73 | 0 | 123 | 113 | 10 | 542 | 123 | 66 |
| Binary | 11101011 | 100111 | 111011 | 0 | 1010011 | 1001011 | 1000 | 101100010 | 1010011 | 110110 |
Color Harmonies of #EB273B
Complementary color
Monochromatic Colors of #EB273B
Black with #EB273B
Text Example
Text Example
White with #EB273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB273B; }
p { color: rgb(235,39,59); }
H1.HeaderClassName
{
color: #EB273B;
}
.AnyTagClassName
{
color: #EB273B;
}
</style>
background-color css
<style>
a { background-color: #EB273B; }
a { background-color: rgb(235,39,59); }
div.DivClassName
{
background-color: #EB273B;
}
.BgClassName
{
background-color: #EB273B;
}
</style>
border-color css
<style>
span { border-color: #EB273B; }
span { border-color: rgb(235,39,59); }
td.TdClassName
{
border-color: #EB273B;
}
.TagClassName
{
border-color: #EB273B;
}
</style>