Shades of Alizarin #EB2C2F
Tints of Alizarin #EB2C2F
RGB
CMYK
RGB Variations
Color information
#EB2C2F (or 0xEB2C2F) is known color: Alizarin. HEX triplet: EB, 2C and 2F. RGB value is (235,44,47). Sum of RGB (Red+Green+Blue) = 235+44+47=326 (43% of max value = 765). Red value is 235 (92.19% from 255 or 72.09% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2C2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2C2F is #14D3D0. Grayscale: #656565. Windows color (decimal): -1364945 or 3091691. OLE color: 3091691.
HSL color Cylindrical-coordinate representation of color #EB2C2F: hue angle of 359.06º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB2C2F is Cyan = 0, Magento = 0.81, Yellow = 0.8 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 44 | 47 | - |
| CMYK | 0 | 0.81 | 0.8 | 0.08 |
| HSL | 359.06º | 0.83% | 0.55% | - |
| HSV(B) | 359.06º | 0.81% | 0.92% | - |
| XYZ | 35.67 | 19.67 | 4.61 | - |
| YUV | 101.45 | 97.28 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 44 | 47 | 0 | 0.81 | 0.8 | 0.08 | 359.06 | 0.83 | 0.55 |
| Hex | EB | 2C | 2F | 0 | 51 | 50 | 8 | 167 | 53 | 37 |
| Octal | 353 | 54 | 57 | 0 | 121 | 120 | 10 | 547 | 123 | 67 |
| Binary | 11101011 | 101100 | 101111 | 0 | 1010001 | 1010000 | 1000 | 101100111 | 1010011 | 110111 |
Color Harmonies of #EB2C2F
Complementary color
Monochromatic Colors of #EB2C2F
Black with #EB2C2F
Text Example
Text Example
White with #EB2C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2C2F; }
p { color: rgb(235,44,47); }
H1.HeaderClassName
{
color: #EB2C2F;
}
.AnyTagClassName
{
color: #EB2C2F;
}
</style>
background-color css
<style>
a { background-color: #EB2C2F; }
a { background-color: rgb(235,44,47); }
div.DivClassName
{
background-color: #EB2C2F;
}
.BgClassName
{
background-color: #EB2C2F;
}
</style>
border-color css
<style>
span { border-color: #EB2C2F; }
span { border-color: rgb(235,44,47); }
td.TdClassName
{
border-color: #EB2C2F;
}
.TagClassName
{
border-color: #EB2C2F;
}
</style>