Shades of Alizarin #EB263B
Tints of Alizarin #EB263B
RGB
CMYK
RGB Variations
Color information
#EB263B (or 0xEB263B) is known color: Alizarin. HEX triplet: EB, 26 and 3B. RGB value is (235,38,59). Sum of RGB (Red+Green+Blue) = 235+38+59=332 (43% of max value = 765). Red value is 235 (92.19% from 255 or 70.78% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 235 - color contains mainly: red. Hex color #EB263B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB263B is #14D9C4. Grayscale: #636363. Windows color (decimal): -1366469 or 3876587. OLE color: 3876587.
HSL color Cylindrical-coordinate representation of color #EB263B: hue angle of 353.6º 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 #EB263B is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 38 | 59 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.08 |
| HSL | 353.6º | 0.83% | 0.54% | - |
| HSV(B) | 353.6º | 0.84% | 0.92% | - |
| XYZ | 35.74 | 19.36 | 5.99 | - |
| YUV | 99.3 | 105.27 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 38 | 59 | 0 | 0.84 | 0.75 | 0.08 | 353.6 | 0.83 | 0.54 |
| Hex | EB | 26 | 3B | 0 | 54 | 4B | 8 | 162 | 53 | 36 |
| Octal | 353 | 46 | 73 | 0 | 124 | 113 | 10 | 542 | 123 | 66 |
| Binary | 11101011 | 100110 | 111011 | 0 | 1010100 | 1001011 | 1000 | 101100010 | 1010011 | 110110 |
Color Harmonies of #EB263B
Complementary color
Monochromatic Colors of #EB263B
Black with #EB263B
Text Example
Text Example
White with #EB263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB263B; }
p { color: rgb(235,38,59); }
H1.HeaderClassName
{
color: #EB263B;
}
.AnyTagClassName
{
color: #EB263B;
}
</style>
background-color css
<style>
a { background-color: #EB263B; }
a { background-color: rgb(235,38,59); }
div.DivClassName
{
background-color: #EB263B;
}
.BgClassName
{
background-color: #EB263B;
}
</style>
border-color css
<style>
span { border-color: #EB263B; }
span { border-color: rgb(235,38,59); }
td.TdClassName
{
border-color: #EB263B;
}
.TagClassName
{
border-color: #EB263B;
}
</style>