Shades of Crimson #E3154D
Tints of Crimson #E3154D
RGB
CMYK
RGB Variations
Color information
#E3154D (or 0xE3154D) is known color: Crimson. HEX triplet: E3, 15 and 4D. RGB value is (227,21,77). Sum of RGB (Red+Green+Blue) = 227+21+77=325 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.85% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 227 - color contains mainly: red. Hex color #E3154D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3154D is #1CEAB2. Grayscale: #585858. Windows color (decimal): -1895091 or 5051875. OLE color: 5051875.
HSL color Cylindrical-coordinate representation of color #E3154D: hue angle of 343.69º 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 #E3154D is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 21 | 77 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.11 |
| HSL | 343.69º | 0.83% | 0.49% | - |
| HSV(B) | 343.69º | 0.91% | 0.89% | - |
| XYZ | 33.29 | 17.4 | 8.63 | - |
| YUV | 88.98 | 121.25 | 226.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 21 | 77 | 0 | 0.91 | 0.66 | 0.11 | 343.69 | 0.83 | 0.49 |
| Hex | E3 | 15 | 4D | 0 | 5B | 42 | B | 158 | 53 | 31 |
| Octal | 343 | 25 | 115 | 0 | 133 | 102 | 13 | 530 | 123 | 61 |
| Binary | 11100011 | 10101 | 1001101 | 0 | 1011011 | 1000010 | 1011 | 101011000 | 1010011 | 110001 |
Color Harmonies of #E3154D
Complementary color
Monochromatic Colors of #E3154D
Black with #E3154D
Text Example
Text Example
White with #E3154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3154D; }
p { color: rgb(227,21,77); }
H1.HeaderClassName
{
color: #E3154D;
}
.AnyTagClassName
{
color: #E3154D;
}
</style>
background-color css
<style>
a { background-color: #E3154D; }
a { background-color: rgb(227,21,77); }
div.DivClassName
{
background-color: #E3154D;
}
.BgClassName
{
background-color: #E3154D;
}
</style>
border-color css
<style>
span { border-color: #E3154D; }
span { border-color: rgb(227,21,77); }
td.TdClassName
{
border-color: #E3154D;
}
.TagClassName
{
border-color: #E3154D;
}
</style>