Shades of Alizarin #EB263A
Tints of Alizarin #EB263A
RGB
CMYK
RGB Variations
Color information
#EB263A (or 0xEB263A) is known color: Alizarin. HEX triplet: EB, 26 and 3A. RGB value is (235,38,58). Sum of RGB (Red+Green+Blue) = 235+38+58=331 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.00% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 235 - color contains mainly: red. Hex color #EB263A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB263A is #14D9C5. Grayscale: #636363. Windows color (decimal): -1366470 or 3811051. OLE color: 3811051.
HSL color Cylindrical-coordinate representation of color #EB263A: hue angle of 353.91º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EB263A is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 38 | 58 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.08 |
| HSL | 353.91º | 0.83% | 0.54% | - |
| HSV(B) | 353.91º | 0.84% | 0.92% | - |
| XYZ | 35.72 | 19.35 | 5.86 | - |
| YUV | 99.18 | 104.77 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 38 | 58 | 0 | 0.84 | 0.75 | 0.08 | 353.91 | 0.83 | 0.54 |
| Hex | EB | 26 | 3A | 0 | 54 | 4B | 8 | 162 | 53 | 36 |
| Octal | 353 | 46 | 72 | 0 | 124 | 113 | 10 | 542 | 123 | 66 |
| Binary | 11101011 | 100110 | 111010 | 0 | 1010100 | 1001011 | 1000 | 101100010 | 1010011 | 110110 |
Color Harmonies of #EB263A
Complementary color
Monochromatic Colors of #EB263A
Black with #EB263A
Text Example
Text Example
White with #EB263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB263A; }
p { color: rgb(235,38,58); }
H1.HeaderClassName
{
color: #EB263A;
}
.AnyTagClassName
{
color: #EB263A;
}
</style>
background-color css
<style>
a { background-color: #EB263A; }
a { background-color: rgb(235,38,58); }
div.DivClassName
{
background-color: #EB263A;
}
.BgClassName
{
background-color: #EB263A;
}
</style>
border-color css
<style>
span { border-color: #EB263A; }
span { border-color: rgb(235,38,58); }
td.TdClassName
{
border-color: #EB263A;
}
.TagClassName
{
border-color: #EB263A;
}
</style>