Shades of Alizarin #EB273C
Tints of Alizarin #EB273C
RGB
CMYK
RGB Variations
Color information
#EB273C (or 0xEB273C) is known color: Alizarin. HEX triplet: EB, 27 and 3C. RGB value is (235,39,60). Sum of RGB (Red+Green+Blue) = 235+39+60=334 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.36% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 235 - color contains mainly: red. Hex color #EB273C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB273C is #14D8C3. Grayscale: #646464. Windows color (decimal): -1366212 or 3942379. OLE color: 3942379.
HSL color Cylindrical-coordinate representation of color #EB273C: hue angle of 353.57º 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 #EB273C is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 39 | 60 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.08 |
| HSL | 353.57º | 0.83% | 0.54% | - |
| HSV(B) | 353.57º | 0.83% | 0.92% | - |
| XYZ | 35.8 | 19.44 | 6.14 | - |
| YUV | 100 | 105.43 | 224.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 39 | 60 | 0 | 0.83 | 0.74 | 0.08 | 353.57 | 0.83 | 0.54 |
| Hex | EB | 27 | 3C | 0 | 53 | 4A | 8 | 162 | 53 | 36 |
| Octal | 353 | 47 | 74 | 0 | 123 | 112 | 10 | 542 | 123 | 66 |
| Binary | 11101011 | 100111 | 111100 | 0 | 1010011 | 1001010 | 1000 | 101100010 | 1010011 | 110110 |
Color Harmonies of #EB273C
Complementary color
Monochromatic Colors of #EB273C
Black with #EB273C
Text Example
Text Example
White with #EB273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB273C; }
p { color: rgb(235,39,60); }
H1.HeaderClassName
{
color: #EB273C;
}
.AnyTagClassName
{
color: #EB273C;
}
</style>
background-color css
<style>
a { background-color: #EB273C; }
a { background-color: rgb(235,39,60); }
div.DivClassName
{
background-color: #EB273C;
}
.BgClassName
{
background-color: #EB273C;
}
</style>
border-color css
<style>
span { border-color: #EB273C; }
span { border-color: rgb(235,39,60); }
td.TdClassName
{
border-color: #EB273C;
}
.TagClassName
{
border-color: #EB273C;
}
</style>