Shades of Alizarin #EB263C
Tints of Alizarin #EB263C
RGB
CMYK
RGB Variations
Color information
#EB263C (or 0xEB263C) is known color: Alizarin. HEX triplet: EB, 26 and 3C. RGB value is (235,38,60). Sum of RGB (Red+Green+Blue) = 235+38+60=333 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.57% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 235 - color contains mainly: red. Hex color #EB263C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB263C is #14D9C3. Grayscale: #636363. Windows color (decimal): -1366468 or 3942123. OLE color: 3942123.
HSL color Cylindrical-coordinate representation of color #EB263C: hue angle of 353.3º 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 #EB263C is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 38 | 60 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.08 |
| HSL | 353.3º | 0.83% | 0.54% | - |
| HSV(B) | 353.3º | 0.84% | 0.92% | - |
| XYZ | 35.77 | 19.37 | 6.13 | - |
| YUV | 99.41 | 105.77 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 38 | 60 | 0 | 0.84 | 0.74 | 0.08 | 353.3 | 0.83 | 0.54 |
| Hex | EB | 26 | 3C | 0 | 54 | 4A | 8 | 161 | 53 | 36 |
| Octal | 353 | 46 | 74 | 0 | 124 | 112 | 10 | 541 | 123 | 66 |
| Binary | 11101011 | 100110 | 111100 | 0 | 1010100 | 1001010 | 1000 | 101100001 | 1010011 | 110110 |
Color Harmonies of #EB263C
Complementary color
Monochromatic Colors of #EB263C
Black with #EB263C
Text Example
Text Example
White with #EB263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB263C; }
p { color: rgb(235,38,60); }
H1.HeaderClassName
{
color: #EB263C;
}
.AnyTagClassName
{
color: #EB263C;
}
</style>
background-color css
<style>
a { background-color: #EB263C; }
a { background-color: rgb(235,38,60); }
div.DivClassName
{
background-color: #EB263C;
}
.BgClassName
{
background-color: #EB263C;
}
</style>
border-color css
<style>
span { border-color: #EB263C; }
span { border-color: rgb(235,38,60); }
td.TdClassName
{
border-color: #EB263C;
}
.TagClassName
{
border-color: #EB263C;
}
</style>