Shades of Alizarin #EB333A
Tints of Alizarin #EB333A
RGB
CMYK
RGB Variations
Color information
#EB333A (or 0xEB333A) is known color: Alizarin. HEX triplet: EB, 33 and 3A. RGB value is (235,51,58). Sum of RGB (Red+Green+Blue) = 235+51+58=344 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.31% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 235 - color contains mainly: red. Hex color #EB333A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB333A is #14CCC5. Grayscale: #6A6A6A. Windows color (decimal): -1363142 or 3814379. OLE color: 3814379.
HSL color Cylindrical-coordinate representation of color #EB333A: hue angle of 357.72º 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 #EB333A is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 51 | 58 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.08 |
| HSL | 357.72º | 0.82% | 0.56% | - |
| HSV(B) | 357.72º | 0.78% | 0.92% | - |
| XYZ | 36.21 | 20.34 | 6.02 | - |
| YUV | 106.81 | 100.46 | 219.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 51 | 58 | 0 | 0.78 | 0.75 | 0.08 | 357.72 | 0.82 | 0.56 |
| Hex | EB | 33 | 3A | 0 | 4E | 4B | 8 | 166 | 52 | 38 |
| Octal | 353 | 63 | 72 | 0 | 116 | 113 | 10 | 546 | 122 | 70 |
| Binary | 11101011 | 110011 | 111010 | 0 | 1001110 | 1001011 | 1000 | 101100110 | 1010010 | 111000 |
Color Harmonies of #EB333A
Complementary color
Monochromatic Colors of #EB333A
Black with #EB333A
Text Example
Text Example
White with #EB333A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB333A; }
p { color: rgb(235,51,58); }
H1.HeaderClassName
{
color: #EB333A;
}
.AnyTagClassName
{
color: #EB333A;
}
</style>
background-color css
<style>
a { background-color: #EB333A; }
a { background-color: rgb(235,51,58); }
div.DivClassName
{
background-color: #EB333A;
}
.BgClassName
{
background-color: #EB333A;
}
</style>
border-color css
<style>
span { border-color: #EB333A; }
span { border-color: rgb(235,51,58); }
td.TdClassName
{
border-color: #EB333A;
}
.TagClassName
{
border-color: #EB333A;
}
</style>