Shades of Alizarin #E73C3D
Tints of Alizarin #E73C3D
RGB
CMYK
RGB Variations
Color information
#E73C3D (or 0xE73C3D) is known color: Alizarin. HEX triplet: E7, 3C and 3D. RGB value is (231,60,61). Sum of RGB (Red+Green+Blue) = 231+60+61=352 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.62% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 231 - color contains mainly: red. Hex color #E73C3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73C3D is #18C3C2. Grayscale: #6F6F6F. Windows color (decimal): -1622979 or 4013287. OLE color: 4013287.
HSL color Cylindrical-coordinate representation of color #E73C3D: hue angle of 359.65º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E73C3D is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 60 | 61 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.09 |
| HSL | 359.65º | 0.78% | 0.57% | - |
| HSV(B) | 359.65º | 0.74% | 0.91% | - |
| XYZ | 35.41 | 20.56 | 6.52 | - |
| YUV | 111.24 | 99.65 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 60 | 61 | 0 | 0.74 | 0.74 | 0.09 | 359.65 | 0.78 | 0.57 |
| Hex | E7 | 3C | 3D | 0 | 4A | 4A | 9 | 168 | 4E | 39 |
| Octal | 347 | 74 | 75 | 0 | 112 | 112 | 11 | 550 | 116 | 71 |
| Binary | 11100111 | 111100 | 111101 | 0 | 1001010 | 1001010 | 1001 | 101101000 | 1001110 | 111001 |
Color Harmonies of #E73C3D
Complementary color
Monochromatic Colors of #E73C3D
Black with #E73C3D
Text Example
Text Example
White with #E73C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73C3D; }
p { color: rgb(231,60,61); }
H1.HeaderClassName
{
color: #E73C3D;
}
.AnyTagClassName
{
color: #E73C3D;
}
</style>
background-color css
<style>
a { background-color: #E73C3D; }
a { background-color: rgb(231,60,61); }
div.DivClassName
{
background-color: #E73C3D;
}
.BgClassName
{
background-color: #E73C3D;
}
</style>
border-color css
<style>
span { border-color: #E73C3D; }
span { border-color: rgb(231,60,61); }
td.TdClassName
{
border-color: #E73C3D;
}
.TagClassName
{
border-color: #E73C3D;
}
</style>