Shades of Alizarin #EB293D
Tints of Alizarin #EB293D
RGB
CMYK
RGB Variations
Color information
#EB293D (or 0xEB293D) is known color: Alizarin. HEX triplet: EB, 29 and 3D. RGB value is (235,41,61). Sum of RGB (Red+Green+Blue) = 235+41+61=337 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.73% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 235 - color contains mainly: red. Hex color #EB293D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB293D is #14D6C2. Grayscale: #656565. Windows color (decimal): -1365699 or 4008427. OLE color: 4008427.
HSL color Cylindrical-coordinate representation of color #EB293D: hue angle of 353.81º 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 #EB293D is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 41 | 61 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.08 |
| HSL | 353.81º | 0.83% | 0.54% | - |
| HSV(B) | 353.81º | 0.83% | 0.92% | - |
| XYZ | 35.9 | 19.58 | 6.3 | - |
| YUV | 101.29 | 105.27 | 223.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 41 | 61 | 0 | 0.83 | 0.74 | 0.08 | 353.81 | 0.83 | 0.54 |
| Hex | EB | 29 | 3D | 0 | 53 | 4A | 8 | 162 | 53 | 36 |
| Octal | 353 | 51 | 75 | 0 | 123 | 112 | 10 | 542 | 123 | 66 |
| Binary | 11101011 | 101001 | 111101 | 0 | 1010011 | 1001010 | 1000 | 101100010 | 1010011 | 110110 |
Color Harmonies of #EB293D
Complementary color
Monochromatic Colors of #EB293D
Black with #EB293D
Text Example
Text Example
White with #EB293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB293D; }
p { color: rgb(235,41,61); }
H1.HeaderClassName
{
color: #EB293D;
}
.AnyTagClassName
{
color: #EB293D;
}
</style>
background-color css
<style>
a { background-color: #EB293D; }
a { background-color: rgb(235,41,61); }
div.DivClassName
{
background-color: #EB293D;
}
.BgClassName
{
background-color: #EB293D;
}
</style>
border-color css
<style>
span { border-color: #EB293D; }
span { border-color: rgb(235,41,61); }
td.TdClassName
{
border-color: #EB293D;
}
.TagClassName
{
border-color: #EB293D;
}
</style>