Shades of Crimson #E3154C
Tints of Crimson #E3154C
RGB
CMYK
RGB Variations
Color information
#E3154C (or 0xE3154C) is known color: Crimson. HEX triplet: E3, 15 and 4C. RGB value is (227,21,76). Sum of RGB (Red+Green+Blue) = 227+21+76=324 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.06% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 227 - color contains mainly: red. Hex color #E3154C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3154C is #1CEAB3. Grayscale: #585858. Windows color (decimal): -1895092 or 4986339. OLE color: 4986339.
HSL color Cylindrical-coordinate representation of color #E3154C: hue angle of 343.98º 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 #E3154C is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 21 | 76 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.11 |
| HSL | 343.98º | 0.83% | 0.49% | - |
| HSV(B) | 343.98º | 0.91% | 0.89% | - |
| XYZ | 33.25 | 17.39 | 8.44 | - |
| YUV | 88.86 | 120.75 | 226.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 21 | 76 | 0 | 0.91 | 0.67 | 0.11 | 343.98 | 0.83 | 0.49 |
| Hex | E3 | 15 | 4C | 0 | 5B | 43 | B | 158 | 53 | 31 |
| Octal | 343 | 25 | 114 | 0 | 133 | 103 | 13 | 530 | 123 | 61 |
| Binary | 11100011 | 10101 | 1001100 | 0 | 1011011 | 1000011 | 1011 | 101011000 | 1010011 | 110001 |
Color Harmonies of #E3154C
Complementary color
Monochromatic Colors of #E3154C
Black with #E3154C
Text Example
Text Example
White with #E3154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3154C; }
p { color: rgb(227,21,76); }
H1.HeaderClassName
{
color: #E3154C;
}
.AnyTagClassName
{
color: #E3154C;
}
</style>
background-color css
<style>
a { background-color: #E3154C; }
a { background-color: rgb(227,21,76); }
div.DivClassName
{
background-color: #E3154C;
}
.BgClassName
{
background-color: #E3154C;
}
</style>
border-color css
<style>
span { border-color: #E3154C; }
span { border-color: rgb(227,21,76); }
td.TdClassName
{
border-color: #E3154C;
}
.TagClassName
{
border-color: #E3154C;
}
</style>