Shades of Alizarin #EB303B
Tints of Alizarin #EB303B
RGB
CMYK
RGB Variations
Color information
#EB303B (or 0xEB303B) is known color: Alizarin. HEX triplet: EB, 30 and 3B. RGB value is (235,48,59). Sum of RGB (Red+Green+Blue) = 235+48+59=342 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.71% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 59 (23.44% from 255 or 17.25% from 342); Max value from RGB is 235 - color contains mainly: red. Hex color #EB303B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB303B is #14CFC4. Grayscale: #696969. Windows color (decimal): -1363909 or 3879147. OLE color: 3879147.
HSL color Cylindrical-coordinate representation of color #EB303B: hue angle of 356.47º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB303B is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 48 | 59 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.08 |
| HSL | 356.47º | 0.82% | 0.55% | - |
| HSV(B) | 356.47º | 0.8% | 0.92% | - |
| XYZ | 36.11 | 20.09 | 6.11 | - |
| YUV | 105.17 | 101.95 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 48 | 59 | 0 | 0.80 | 0.75 | 0.08 | 356.47 | 0.82 | 0.55 |
| Hex | EB | 30 | 3B | 0 | 50 | 4B | 8 | 164 | 52 | 37 |
| Octal | 353 | 60 | 73 | 0 | 120 | 113 | 10 | 544 | 122 | 67 |
| Binary | 11101011 | 110000 | 111011 | 0 | 1010000 | 1001011 | 1000 | 101100100 | 1010010 | 110111 |
Color Harmonies of #EB303B
Complementary color
Monochromatic Colors of #EB303B
Black with #EB303B
Text Example
Text Example
White with #EB303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB303B; }
p { color: rgb(235,48,59); }
H1.HeaderClassName
{
color: #EB303B;
}
.AnyTagClassName
{
color: #EB303B;
}
</style>
background-color css
<style>
a { background-color: #EB303B; }
a { background-color: rgb(235,48,59); }
div.DivClassName
{
background-color: #EB303B;
}
.BgClassName
{
background-color: #EB303B;
}
</style>
border-color css
<style>
span { border-color: #EB303B; }
span { border-color: rgb(235,48,59); }
td.TdClassName
{
border-color: #EB303B;
}
.TagClassName
{
border-color: #EB303B;
}
</style>