Shades of Alizarin #EB1A32
Tints of Alizarin #EB1A32
RGB
CMYK
RGB Variations
Color information
#EB1A32 (or 0xEB1A32) is known color: Alizarin. HEX triplet: EB, 1A and 32. RGB value is (235,26,50). Sum of RGB (Red+Green+Blue) = 235+26+50=311 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.56% from 311); Green value is 26 (10.55% from 255 or 8.36% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1A32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB1A32 is #14E5CD. Grayscale: #5B5B5B. Windows color (decimal): -1369550 or 3283691. OLE color: 3283691.
HSL color Cylindrical-coordinate representation of color #EB1A32: hue angle of 353.11º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EB1A32 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 26 | 50 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.08 |
| HSL | 353.11º | 0.84% | 0.51% | - |
| HSV(B) | 353.11º | 0.89% | 0.92% | - |
| XYZ | 35.21 | 18.63 | 4.76 | - |
| YUV | 91.23 | 104.74 | 230.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 26 | 50 | 0 | 0.89 | 0.79 | 0.08 | 353.11 | 0.84 | 0.51 |
| Hex | EB | 1A | 32 | 0 | 59 | 4F | 8 | 161 | 54 | 33 |
| Octal | 353 | 32 | 62 | 0 | 131 | 117 | 10 | 541 | 124 | 63 |
| Binary | 11101011 | 11010 | 110010 | 0 | 1011001 | 1001111 | 1000 | 101100001 | 1010100 | 110011 |
Color Harmonies of #EB1A32
Complementary color
Monochromatic Colors of #EB1A32
Black with #EB1A32
Text Example
Text Example
White with #EB1A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1A32; }
p { color: rgb(235,26,50); }
H1.HeaderClassName
{
color: #EB1A32;
}
.AnyTagClassName
{
color: #EB1A32;
}
</style>
background-color css
<style>
a { background-color: #EB1A32; }
a { background-color: rgb(235,26,50); }
div.DivClassName
{
background-color: #EB1A32;
}
.BgClassName
{
background-color: #EB1A32;
}
</style>
border-color css
<style>
span { border-color: #EB1A32; }
span { border-color: rgb(235,26,50); }
td.TdClassName
{
border-color: #EB1A32;
}
.TagClassName
{
border-color: #EB1A32;
}
</style>