Shades of Alizarin #EB3A3E
Tints of Alizarin #EB3A3E
RGB
CMYK
RGB Variations
Color information
#EB3A3E (or 0xEB3A3E) is known color: Alizarin. HEX triplet: EB, 3A and 3E. RGB value is (235,58,62). Sum of RGB (Red+Green+Blue) = 235+58+62=355 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.20% from 355); Green value is 58 (23.05% from 255 or 16.34% from 355); Blue value is 62 (24.61% from 255 or 17.46% from 355); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3A3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3A3E is #14C5C1. Grayscale: #6F6F6F. Windows color (decimal): -1361346 or 4078315. OLE color: 4078315.
HSL color Cylindrical-coordinate representation of color #EB3A3E: hue angle of 358.64º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EB3A3E is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 58 | 62 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.08 |
| HSL | 358.64º | 0.82% | 0.57% | - |
| HSV(B) | 358.64º | 0.75% | 0.92% | - |
| XYZ | 36.64 | 21.04 | 6.69 | - |
| YUV | 111.38 | 100.14 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 58 | 62 | 0 | 0.75 | 0.74 | 0.08 | 358.64 | 0.82 | 0.57 |
| Hex | EB | 3A | 3E | 0 | 4B | 4A | 8 | 167 | 52 | 39 |
| Octal | 353 | 72 | 76 | 0 | 113 | 112 | 10 | 547 | 122 | 71 |
| Binary | 11101011 | 111010 | 111110 | 0 | 1001011 | 1001010 | 1000 | 101100111 | 1010010 | 111001 |
Color Harmonies of #EB3A3E
Complementary color
Monochromatic Colors of #EB3A3E
Black with #EB3A3E
Text Example
Text Example
White with #EB3A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3A3E; }
p { color: rgb(235,58,62); }
H1.HeaderClassName
{
color: #EB3A3E;
}
.AnyTagClassName
{
color: #EB3A3E;
}
</style>
background-color css
<style>
a { background-color: #EB3A3E; }
a { background-color: rgb(235,58,62); }
div.DivClassName
{
background-color: #EB3A3E;
}
.BgClassName
{
background-color: #EB3A3E;
}
</style>
border-color css
<style>
span { border-color: #EB3A3E; }
span { border-color: rgb(235,58,62); }
td.TdClassName
{
border-color: #EB3A3E;
}
.TagClassName
{
border-color: #EB3A3E;
}
</style>