Shades of Alizarin #EB343C
Tints of Alizarin #EB343C
RGB
CMYK
RGB Variations
Color information
#EB343C (or 0xEB343C) is known color: Alizarin. HEX triplet: EB, 34 and 3C. RGB value is (235,52,60). Sum of RGB (Red+Green+Blue) = 235+52+60=347 (45% of max value = 765). Red value is 235 (92.19% from 255 or 67.72% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 235 - color contains mainly: red. Hex color #EB343C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB343C is #14CBC3. Grayscale: #6B6B6B. Windows color (decimal): -1362884 or 3945707. OLE color: 3945707.
HSL color Cylindrical-coordinate representation of color #EB343C: hue angle of 357.38º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EB343C is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 52 | 60 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.08 |
| HSL | 357.38º | 0.82% | 0.56% | - |
| HSV(B) | 357.38º | 0.78% | 0.92% | - |
| XYZ | 36.3 | 20.44 | 6.31 | - |
| YUV | 107.63 | 101.13 | 218.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 52 | 60 | 0 | 0.78 | 0.74 | 0.08 | 357.38 | 0.82 | 0.56 |
| Hex | EB | 34 | 3C | 0 | 4E | 4A | 8 | 165 | 52 | 38 |
| Octal | 353 | 64 | 74 | 0 | 116 | 112 | 10 | 545 | 122 | 70 |
| Binary | 11101011 | 110100 | 111100 | 0 | 1001110 | 1001010 | 1000 | 101100101 | 1010010 | 111000 |
Color Harmonies of #EB343C
Complementary color
Monochromatic Colors of #EB343C
Black with #EB343C
Text Example
Text Example
White with #EB343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB343C; }
p { color: rgb(235,52,60); }
H1.HeaderClassName
{
color: #EB343C;
}
.AnyTagClassName
{
color: #EB343C;
}
</style>
background-color css
<style>
a { background-color: #EB343C; }
a { background-color: rgb(235,52,60); }
div.DivClassName
{
background-color: #EB343C;
}
.BgClassName
{
background-color: #EB343C;
}
</style>
border-color css
<style>
span { border-color: #EB343C; }
span { border-color: rgb(235,52,60); }
td.TdClassName
{
border-color: #EB343C;
}
.TagClassName
{
border-color: #EB343C;
}
</style>