Shades of Crimson #E3152E
Tints of Crimson #E3152E
RGB
CMYK
RGB Variations
Color information
#E3152E (or 0xE3152E) is known color: Crimson. HEX triplet: E3, 15 and 2E. RGB value is (227,21,46). Sum of RGB (Red+Green+Blue) = 227+21+46=294 (38% of max value = 765). Red value is 227 (89.06% from 255 or 77.21% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 227 - color contains mainly: red. Hex color #E3152E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3152E is #1CEAD1. Grayscale: #555555. Windows color (decimal): -1895122 or 3020259. OLE color: 3020259.
HSL color Cylindrical-coordinate representation of color #E3152E: hue angle of 352.72º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E3152E is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 21 | 46 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.11 |
| HSL | 352.72º | 0.83% | 0.49% | - |
| HSV(B) | 352.72º | 0.91% | 0.89% | - |
| XYZ | 32.44 | 17.06 | 4.17 | - |
| YUV | 85.44 | 105.75 | 228.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 21 | 46 | 0 | 0.91 | 0.80 | 0.11 | 352.72 | 0.83 | 0.49 |
| Hex | E3 | 15 | 2E | 0 | 5B | 50 | B | 161 | 53 | 31 |
| Octal | 343 | 25 | 56 | 0 | 133 | 120 | 13 | 541 | 123 | 61 |
| Binary | 11100011 | 10101 | 101110 | 0 | 1011011 | 1010000 | 1011 | 101100001 | 1010011 | 110001 |
Color Harmonies of #E3152E
Complementary color
Monochromatic Colors of #E3152E
Black with #E3152E
Text Example
Text Example
White with #E3152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3152E; }
p { color: rgb(227,21,46); }
H1.HeaderClassName
{
color: #E3152E;
}
.AnyTagClassName
{
color: #E3152E;
}
</style>
background-color css
<style>
a { background-color: #E3152E; }
a { background-color: rgb(227,21,46); }
div.DivClassName
{
background-color: #E3152E;
}
.BgClassName
{
background-color: #E3152E;
}
</style>
border-color css
<style>
span { border-color: #E3152E; }
span { border-color: rgb(227,21,46); }
td.TdClassName
{
border-color: #E3152E;
}
.TagClassName
{
border-color: #E3152E;
}
</style>