Shades of Alizarin #E63C3E
Tints of Alizarin #E63C3E
RGB
CMYK
RGB Variations
Color information
#E63C3E (or 0xE63C3E) is known color: Alizarin. HEX triplet: E6, 3C and 3E. RGB value is (230,60,62). Sum of RGB (Red+Green+Blue) = 230+60+62=352 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.34% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 62 (24.61% from 255 or 17.61% from 352); Max value from RGB is 230 - color contains mainly: red. Hex color #E63C3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63C3E is #19C3C1. Grayscale: #6F6F6F. Windows color (decimal): -1688514 or 4078822. OLE color: 4078822.
HSL color Cylindrical-coordinate representation of color #E63C3E: hue angle of 359.29º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E63C3E is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 60 | 62 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.10 |
| HSL | 359.29º | 0.77% | 0.57% | - |
| HSV(B) | 359.29º | 0.74% | 0.9% | - |
| XYZ | 35.12 | 20.4 | 6.64 | - |
| YUV | 111.06 | 100.32 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 60 | 62 | 0 | 0.74 | 0.73 | 0.10 | 359.29 | 0.77 | 0.57 |
| Hex | E6 | 3C | 3E | 0 | 4A | 49 | A | 167 | 4D | 39 |
| Octal | 346 | 74 | 76 | 0 | 112 | 111 | 12 | 547 | 115 | 71 |
| Binary | 11100110 | 111100 | 111110 | 0 | 1001010 | 1001001 | 1010 | 101100111 | 1001101 | 111001 |
Color Harmonies of #E63C3E
Complementary color
Monochromatic Colors of #E63C3E
Black with #E63C3E
Text Example
Text Example
White with #E63C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63C3E; }
p { color: rgb(230,60,62); }
H1.HeaderClassName
{
color: #E63C3E;
}
.AnyTagClassName
{
color: #E63C3E;
}
</style>
background-color css
<style>
a { background-color: #E63C3E; }
a { background-color: rgb(230,60,62); }
div.DivClassName
{
background-color: #E63C3E;
}
.BgClassName
{
background-color: #E63C3E;
}
</style>
border-color css
<style>
span { border-color: #E63C3E; }
span { border-color: rgb(230,60,62); }
td.TdClassName
{
border-color: #E63C3E;
}
.TagClassName
{
border-color: #E63C3E;
}
</style>