Shades of Alizarin #EB303C
Tints of Alizarin #EB303C
RGB
CMYK
RGB Variations
Color information
#EB303C (or 0xEB303C) is known color: Alizarin. HEX triplet: EB, 30 and 3C. RGB value is (235,48,60). Sum of RGB (Red+Green+Blue) = 235+48+60=343 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.51% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 235 - color contains mainly: red. Hex color #EB303C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB303C is #14CFC3. Grayscale: #696969. Windows color (decimal): -1363908 or 3944683. OLE color: 3944683.
HSL color Cylindrical-coordinate representation of color #EB303C: hue angle of 356.15º 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 #EB303C is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 48 | 60 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.08 |
| HSL | 356.15º | 0.82% | 0.55% | - |
| HSV(B) | 356.15º | 0.8% | 0.92% | - |
| XYZ | 36.13 | 20.1 | 6.25 | - |
| YUV | 105.28 | 102.45 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 48 | 60 | 0 | 0.80 | 0.74 | 0.08 | 356.15 | 0.82 | 0.55 |
| Hex | EB | 30 | 3C | 0 | 50 | 4A | 8 | 164 | 52 | 37 |
| Octal | 353 | 60 | 74 | 0 | 120 | 112 | 10 | 544 | 122 | 67 |
| Binary | 11101011 | 110000 | 111100 | 0 | 1010000 | 1001010 | 1000 | 101100100 | 1010010 | 110111 |
Color Harmonies of #EB303C
Complementary color
Monochromatic Colors of #EB303C
Black with #EB303C
Text Example
Text Example
White with #EB303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB303C; }
p { color: rgb(235,48,60); }
H1.HeaderClassName
{
color: #EB303C;
}
.AnyTagClassName
{
color: #EB303C;
}
</style>
background-color css
<style>
a { background-color: #EB303C; }
a { background-color: rgb(235,48,60); }
div.DivClassName
{
background-color: #EB303C;
}
.BgClassName
{
background-color: #EB303C;
}
</style>
border-color css
<style>
span { border-color: #EB303C; }
span { border-color: rgb(235,48,60); }
td.TdClassName
{
border-color: #EB303C;
}
.TagClassName
{
border-color: #EB303C;
}
</style>