Shades of Alizarin #EB313C
Tints of Alizarin #EB313C
RGB
CMYK
RGB Variations
Color information
#EB313C (or 0xEB313C) is known color: Alizarin. HEX triplet: EB, 31 and 3C. RGB value is (235,49,60). Sum of RGB (Red+Green+Blue) = 235+49+60=344 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.31% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 235 - color contains mainly: red. Hex color #EB313C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB313C is #14CEC3. Grayscale: #6A6A6A. Windows color (decimal): -1363652 or 3944939. OLE color: 3944939.
HSL color Cylindrical-coordinate representation of color #EB313C: hue angle of 356.45º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EB313C is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 49 | 60 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.08 |
| HSL | 356.45º | 0.82% | 0.56% | - |
| HSV(B) | 356.45º | 0.79% | 0.92% | - |
| XYZ | 36.17 | 20.19 | 6.26 | - |
| YUV | 105.87 | 102.12 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 49 | 60 | 0 | 0.79 | 0.74 | 0.08 | 356.45 | 0.82 | 0.56 |
| Hex | EB | 31 | 3C | 0 | 4F | 4A | 8 | 164 | 52 | 38 |
| Octal | 353 | 61 | 74 | 0 | 117 | 112 | 10 | 544 | 122 | 70 |
| Binary | 11101011 | 110001 | 111100 | 0 | 1001111 | 1001010 | 1000 | 101100100 | 1010010 | 111000 |
Color Harmonies of #EB313C
Complementary color
Monochromatic Colors of #EB313C
Black with #EB313C
Text Example
Text Example
White with #EB313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB313C; }
p { color: rgb(235,49,60); }
H1.HeaderClassName
{
color: #EB313C;
}
.AnyTagClassName
{
color: #EB313C;
}
</style>
background-color css
<style>
a { background-color: #EB313C; }
a { background-color: rgb(235,49,60); }
div.DivClassName
{
background-color: #EB313C;
}
.BgClassName
{
background-color: #EB313C;
}
</style>
border-color css
<style>
span { border-color: #EB313C; }
span { border-color: rgb(235,49,60); }
td.TdClassName
{
border-color: #EB313C;
}
.TagClassName
{
border-color: #EB313C;
}
</style>