Shades of Crimson #E3123A
Tints of Crimson #E3123A
RGB
CMYK
RGB Variations
Color information
#E3123A (or 0xE3123A) is known color: Crimson. HEX triplet: E3, 12 and 3A. RGB value is (227,18,58). Sum of RGB (Red+Green+Blue) = 227+18+58=303 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.92% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 227 - color contains mainly: red. Hex color #E3123A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3123A is #1CEDC5. Grayscale: #555555. Windows color (decimal): -1895878 or 3805923. OLE color: 3805923.
HSL color Cylindrical-coordinate representation of color #E3123A: hue angle of 348.52º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E3123A is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 18 | 58 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.11 |
| HSL | 348.52º | 0.85% | 0.48% | - |
| HSV(B) | 348.52º | 0.92% | 0.89% | - |
| XYZ | 32.66 | 17.07 | 5.58 | - |
| YUV | 85.05 | 112.74 | 229.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 18 | 58 | 0 | 0.92 | 0.74 | 0.11 | 348.52 | 0.85 | 0.48 |
| Hex | E3 | 12 | 3A | 0 | 5C | 4A | B | 15D | 55 | 30 |
| Octal | 343 | 22 | 72 | 0 | 134 | 112 | 13 | 535 | 125 | 60 |
| Binary | 11100011 | 10010 | 111010 | 0 | 1011100 | 1001010 | 1011 | 101011101 | 1010101 | 110000 |
Color Harmonies of #E3123A
Complementary color
Monochromatic Colors of #E3123A
Black with #E3123A
Text Example
Text Example
White with #E3123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3123A; }
p { color: rgb(227,18,58); }
H1.HeaderClassName
{
color: #E3123A;
}
.AnyTagClassName
{
color: #E3123A;
}
</style>
background-color css
<style>
a { background-color: #E3123A; }
a { background-color: rgb(227,18,58); }
div.DivClassName
{
background-color: #E3123A;
}
.BgClassName
{
background-color: #E3123A;
}
</style>
border-color css
<style>
span { border-color: #E3123A; }
span { border-color: rgb(227,18,58); }
td.TdClassName
{
border-color: #E3123A;
}
.TagClassName
{
border-color: #E3123A;
}
</style>