Shades of Alizarin #EB253C
Tints of Alizarin #EB253C
RGB
CMYK
RGB Variations
Color information
#EB253C (or 0xEB253C) is known color: Alizarin. HEX triplet: EB, 25 and 3C. RGB value is (235,37,60). Sum of RGB (Red+Green+Blue) = 235+37+60=332 (43% of max value = 765). Red value is 235 (92.19% from 255 or 70.78% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 235 - color contains mainly: red. Hex color #EB253C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB253C is #14DAC3. Grayscale: #626262. Windows color (decimal): -1366724 or 3941867. OLE color: 3941867.
HSL color Cylindrical-coordinate representation of color #EB253C: hue angle of 353.03º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EB253C is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 37 | 60 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.08 |
| HSL | 353.03º | 0.83% | 0.53% | - |
| HSV(B) | 353.03º | 0.84% | 0.92% | - |
| XYZ | 35.74 | 19.31 | 6.12 | - |
| YUV | 98.82 | 106.1 | 225.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 37 | 60 | 0 | 0.84 | 0.74 | 0.08 | 353.03 | 0.83 | 0.53 |
| Hex | EB | 25 | 3C | 0 | 54 | 4A | 8 | 161 | 53 | 35 |
| Octal | 353 | 45 | 74 | 0 | 124 | 112 | 10 | 541 | 123 | 65 |
| Binary | 11101011 | 100101 | 111100 | 0 | 1010100 | 1001010 | 1000 | 101100001 | 1010011 | 110101 |
Color Harmonies of #EB253C
Complementary color
Monochromatic Colors of #EB253C
Black with #EB253C
Text Example
Text Example
White with #EB253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB253C; }
p { color: rgb(235,37,60); }
H1.HeaderClassName
{
color: #EB253C;
}
.AnyTagClassName
{
color: #EB253C;
}
</style>
background-color css
<style>
a { background-color: #EB253C; }
a { background-color: rgb(235,37,60); }
div.DivClassName
{
background-color: #EB253C;
}
.BgClassName
{
background-color: #EB253C;
}
</style>
border-color css
<style>
span { border-color: #EB253C; }
span { border-color: rgb(235,37,60); }
td.TdClassName
{
border-color: #EB253C;
}
.TagClassName
{
border-color: #EB253C;
}
</style>