Shades of Alizarin #EB313D
Tints of Alizarin #EB313D
RGB
CMYK
RGB Variations
Color information
#EB313D (or 0xEB313D) is known color: Alizarin. HEX triplet: EB, 31 and 3D. RGB value is (235,49,61). Sum of RGB (Red+Green+Blue) = 235+49+61=345 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.12% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 235 - color contains mainly: red. Hex color #EB313D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB313D is #14CEC2. Grayscale: #6A6A6A. Windows color (decimal): -1363651 or 4010475. OLE color: 4010475.
HSL color Cylindrical-coordinate representation of color #EB313D: hue angle of 356.13º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EB313D is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 49 | 61 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.08 |
| HSL | 356.13º | 0.82% | 0.56% | - |
| HSV(B) | 356.13º | 0.79% | 0.92% | - |
| XYZ | 36.2 | 20.2 | 6.41 | - |
| YUV | 105.98 | 102.62 | 220.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 49 | 61 | 0 | 0.79 | 0.74 | 0.08 | 356.13 | 0.82 | 0.56 |
| Hex | EB | 31 | 3D | 0 | 4F | 4A | 8 | 164 | 52 | 38 |
| Octal | 353 | 61 | 75 | 0 | 117 | 112 | 10 | 544 | 122 | 70 |
| Binary | 11101011 | 110001 | 111101 | 0 | 1001111 | 1001010 | 1000 | 101100100 | 1010010 | 111000 |
Color Harmonies of #EB313D
Complementary color
Monochromatic Colors of #EB313D
Black with #EB313D
Text Example
Text Example
White with #EB313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB313D; }
p { color: rgb(235,49,61); }
H1.HeaderClassName
{
color: #EB313D;
}
.AnyTagClassName
{
color: #EB313D;
}
</style>
background-color css
<style>
a { background-color: #EB313D; }
a { background-color: rgb(235,49,61); }
div.DivClassName
{
background-color: #EB313D;
}
.BgClassName
{
background-color: #EB313D;
}
</style>
border-color css
<style>
span { border-color: #EB313D; }
span { border-color: rgb(235,49,61); }
td.TdClassName
{
border-color: #EB313D;
}
.TagClassName
{
border-color: #EB313D;
}
</style>