Shades of Alizarin #EB2933
Tints of Alizarin #EB2933
RGB
CMYK
RGB Variations
Color information
#EB2933 (or 0xEB2933) is known color: Alizarin. HEX triplet: EB, 29 and 33. RGB value is (235,41,51). Sum of RGB (Red+Green+Blue) = 235+41+51=327 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.87% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 51 (20.31% from 255 or 15.60% from 327); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2933 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2933 is #14D6CC. Grayscale: #646464. Windows color (decimal): -1365709 or 3353067. OLE color: 3353067.
HSL color Cylindrical-coordinate representation of color #EB2933: hue angle of 356.91º 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 #EB2933 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 41 | 51 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.08 |
| HSL | 356.91º | 0.83% | 0.54% | - |
| HSV(B) | 356.91º | 0.83% | 0.92% | - |
| XYZ | 35.65 | 19.49 | 5.01 | - |
| YUV | 100.15 | 100.27 | 224.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 41 | 51 | 0 | 0.83 | 0.78 | 0.08 | 356.91 | 0.83 | 0.54 |
| Hex | EB | 29 | 33 | 0 | 53 | 4E | 8 | 165 | 53 | 36 |
| Octal | 353 | 51 | 63 | 0 | 123 | 116 | 10 | 545 | 123 | 66 |
| Binary | 11101011 | 101001 | 110011 | 0 | 1010011 | 1001110 | 1000 | 101100101 | 1010011 | 110110 |
Color Harmonies of #EB2933
Complementary color
Monochromatic Colors of #EB2933
Black with #EB2933
Text Example
Text Example
White with #EB2933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2933; }
p { color: rgb(235,41,51); }
H1.HeaderClassName
{
color: #EB2933;
}
.AnyTagClassName
{
color: #EB2933;
}
</style>
background-color css
<style>
a { background-color: #EB2933; }
a { background-color: rgb(235,41,51); }
div.DivClassName
{
background-color: #EB2933;
}
.BgClassName
{
background-color: #EB2933;
}
</style>
border-color css
<style>
span { border-color: #EB2933; }
span { border-color: rgb(235,41,51); }
td.TdClassName
{
border-color: #EB2933;
}
.TagClassName
{
border-color: #EB2933;
}
</style>