Shades of Alizarin #EB363F
Tints of Alizarin #EB363F
RGB
CMYK
RGB Variations
Color information
#EB363F (or 0xEB363F) is known color: Alizarin. HEX triplet: EB, 36 and 3F. RGB value is (235,54,63). Sum of RGB (Red+Green+Blue) = 235+54+63=352 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.76% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 235 - color contains mainly: red. Hex color #EB363F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB363F is #14C9C0. Grayscale: #6D6D6D. Windows color (decimal): -1362369 or 4142827. OLE color: 4142827.
HSL color Cylindrical-coordinate representation of color #EB363F: hue angle of 357.02º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EB363F is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 54 | 63 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.08 |
| HSL | 357.02º | 0.82% | 0.57% | - |
| HSV(B) | 357.02º | 0.77% | 0.92% | - |
| XYZ | 36.48 | 20.66 | 6.77 | - |
| YUV | 109.15 | 101.97 | 217.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 54 | 63 | 0 | 0.77 | 0.73 | 0.08 | 357.02 | 0.82 | 0.57 |
| Hex | EB | 36 | 3F | 0 | 4D | 49 | 8 | 165 | 52 | 39 |
| Octal | 353 | 66 | 77 | 0 | 115 | 111 | 10 | 545 | 122 | 71 |
| Binary | 11101011 | 110110 | 111111 | 0 | 1001101 | 1001001 | 1000 | 101100101 | 1010010 | 111001 |
Color Harmonies of #EB363F
Complementary color
Monochromatic Colors of #EB363F
Black with #EB363F
Text Example
Text Example
White with #EB363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB363F; }
p { color: rgb(235,54,63); }
H1.HeaderClassName
{
color: #EB363F;
}
.AnyTagClassName
{
color: #EB363F;
}
</style>
background-color css
<style>
a { background-color: #EB363F; }
a { background-color: rgb(235,54,63); }
div.DivClassName
{
background-color: #EB363F;
}
.BgClassName
{
background-color: #EB363F;
}
</style>
border-color css
<style>
span { border-color: #EB363F; }
span { border-color: rgb(235,54,63); }
td.TdClassName
{
border-color: #EB363F;
}
.TagClassName
{
border-color: #EB363F;
}
</style>