Shades of Alizarin #EB2A32
Tints of Alizarin #EB2A32
RGB
CMYK
RGB Variations
Color information
#EB2A32 (or 0xEB2A32) is known color: Alizarin. HEX triplet: EB, 2A and 32. RGB value is (235,42,50). Sum of RGB (Red+Green+Blue) = 235+42+50=327 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.87% from 327); Green value is 42 (16.80% from 255 or 12.84% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2A32 is #14D5CD. Grayscale: #646464. Windows color (decimal): -1365454 or 3287787. OLE color: 3287787.
HSL color Cylindrical-coordinate representation of color #EB2A32: hue angle of 357.51º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EB2A32 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 42 | 50 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.08 |
| HSL | 357.51º | 0.83% | 0.54% | - |
| HSV(B) | 357.51º | 0.82% | 0.92% | - |
| XYZ | 35.66 | 19.55 | 4.91 | - |
| YUV | 100.62 | 99.44 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 42 | 50 | 0 | 0.82 | 0.79 | 0.08 | 357.51 | 0.83 | 0.54 |
| Hex | EB | 2A | 32 | 0 | 52 | 4F | 8 | 166 | 53 | 36 |
| Octal | 353 | 52 | 62 | 0 | 122 | 117 | 10 | 546 | 123 | 66 |
| Binary | 11101011 | 101010 | 110010 | 0 | 1010010 | 1001111 | 1000 | 101100110 | 1010011 | 110110 |
Color Harmonies of #EB2A32
Complementary color
Monochromatic Colors of #EB2A32
Black with #EB2A32
Text Example
Text Example
White with #EB2A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2A32; }
p { color: rgb(235,42,50); }
H1.HeaderClassName
{
color: #EB2A32;
}
.AnyTagClassName
{
color: #EB2A32;
}
</style>
background-color css
<style>
a { background-color: #EB2A32; }
a { background-color: rgb(235,42,50); }
div.DivClassName
{
background-color: #EB2A32;
}
.BgClassName
{
background-color: #EB2A32;
}
</style>
border-color css
<style>
span { border-color: #EB2A32; }
span { border-color: rgb(235,42,50); }
td.TdClassName
{
border-color: #EB2A32;
}
.TagClassName
{
border-color: #EB2A32;
}
</style>