Shades of Alizarin #EB272C
Tints of Alizarin #EB272C
RGB
CMYK
RGB Variations
Color information
#EB272C (or 0xEB272C) is known color: Alizarin. HEX triplet: EB, 27 and 2C. RGB value is (235,39,44). Sum of RGB (Red+Green+Blue) = 235+39+44=318 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.90% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 235 - color contains mainly: red. Hex color #EB272C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB272C is #14D8D3. Grayscale: #626262. Windows color (decimal): -1366228 or 2893803. OLE color: 2893803.
HSL color Cylindrical-coordinate representation of color #EB272C: hue angle of 358.47º 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 #EB272C is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 39 | 44 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.08 |
| HSL | 358.47º | 0.83% | 0.54% | - |
| HSV(B) | 358.47º | 0.83% | 0.92% | - |
| XYZ | 35.44 | 19.3 | 4.24 | - |
| YUV | 98.17 | 97.43 | 225.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 39 | 44 | 0 | 0.83 | 0.81 | 0.08 | 358.47 | 0.83 | 0.54 |
| Hex | EB | 27 | 2C | 0 | 53 | 51 | 8 | 166 | 53 | 36 |
| Octal | 353 | 47 | 54 | 0 | 123 | 121 | 10 | 546 | 123 | 66 |
| Binary | 11101011 | 100111 | 101100 | 0 | 1010011 | 1010001 | 1000 | 101100110 | 1010011 | 110110 |
Color Harmonies of #EB272C
Complementary color
Monochromatic Colors of #EB272C
Black with #EB272C
Text Example
Text Example
White with #EB272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB272C; }
p { color: rgb(235,39,44); }
H1.HeaderClassName
{
color: #EB272C;
}
.AnyTagClassName
{
color: #EB272C;
}
</style>
background-color css
<style>
a { background-color: #EB272C; }
a { background-color: rgb(235,39,44); }
div.DivClassName
{
background-color: #EB272C;
}
.BgClassName
{
background-color: #EB272C;
}
</style>
border-color css
<style>
span { border-color: #EB272C; }
span { border-color: rgb(235,39,44); }
td.TdClassName
{
border-color: #EB272C;
}
.TagClassName
{
border-color: #EB272C;
}
</style>