Shades of Alizarin #EB363D
Tints of Alizarin #EB363D
RGB
CMYK
RGB Variations
Color information
#EB363D (or 0xEB363D) is known color: Alizarin. HEX triplet: EB, 36 and 3D. RGB value is (235,54,61). Sum of RGB (Red+Green+Blue) = 235+54+61=350 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.14% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 235 - color contains mainly: red. Hex color #EB363D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB363D is #14C9C2. Grayscale: #6D6D6D. Windows color (decimal): -1362371 or 4011755. OLE color: 4011755.
HSL color Cylindrical-coordinate representation of color #EB363D: hue angle of 357.68º 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 #EB363D is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 54 | 61 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.08 |
| HSL | 357.68º | 0.82% | 0.57% | - |
| HSV(B) | 357.68º | 0.77% | 0.92% | - |
| XYZ | 36.42 | 20.64 | 6.48 | - |
| YUV | 108.92 | 100.97 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 54 | 61 | 0 | 0.77 | 0.74 | 0.08 | 357.68 | 0.82 | 0.57 |
| Hex | EB | 36 | 3D | 0 | 4D | 4A | 8 | 166 | 52 | 39 |
| Octal | 353 | 66 | 75 | 0 | 115 | 112 | 10 | 546 | 122 | 71 |
| Binary | 11101011 | 110110 | 111101 | 0 | 1001101 | 1001010 | 1000 | 101100110 | 1010010 | 111001 |
Color Harmonies of #EB363D
Complementary color
Monochromatic Colors of #EB363D
Black with #EB363D
Text Example
Text Example
White with #EB363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB363D; }
p { color: rgb(235,54,61); }
H1.HeaderClassName
{
color: #EB363D;
}
.AnyTagClassName
{
color: #EB363D;
}
</style>
background-color css
<style>
a { background-color: #EB363D; }
a { background-color: rgb(235,54,61); }
div.DivClassName
{
background-color: #EB363D;
}
.BgClassName
{
background-color: #EB363D;
}
</style>
border-color css
<style>
span { border-color: #EB363D; }
span { border-color: rgb(235,54,61); }
td.TdClassName
{
border-color: #EB363D;
}
.TagClassName
{
border-color: #EB363D;
}
</style>