Shades of Crimson #E3154B
Tints of Crimson #E3154B
RGB
CMYK
RGB Variations
Color information
#E3154B (or 0xE3154B) is known color: Crimson. HEX triplet: E3, 15 and 4B. RGB value is (227,21,75). Sum of RGB (Red+Green+Blue) = 227+21+75=323 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.28% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 227 - color contains mainly: red. Hex color #E3154B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3154B is #1CEAB4. Grayscale: #585858. Windows color (decimal): -1895093 or 4920803. OLE color: 4920803.
HSL color Cylindrical-coordinate representation of color #E3154B: hue angle of 344.27º 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 #E3154B is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 21 | 75 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.11 |
| HSL | 344.27º | 0.83% | 0.49% | - |
| HSV(B) | 344.27º | 0.91% | 0.89% | - |
| XYZ | 33.22 | 17.38 | 8.26 | - |
| YUV | 88.75 | 120.25 | 226.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 21 | 75 | 0 | 0.91 | 0.67 | 0.11 | 344.27 | 0.83 | 0.49 |
| Hex | E3 | 15 | 4B | 0 | 5B | 43 | B | 158 | 53 | 31 |
| Octal | 343 | 25 | 113 | 0 | 133 | 103 | 13 | 530 | 123 | 61 |
| Binary | 11100011 | 10101 | 1001011 | 0 | 1011011 | 1000011 | 1011 | 101011000 | 1010011 | 110001 |
Color Harmonies of #E3154B
Complementary color
Monochromatic Colors of #E3154B
Black with #E3154B
Text Example
Text Example
White with #E3154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3154B; }
p { color: rgb(227,21,75); }
H1.HeaderClassName
{
color: #E3154B;
}
.AnyTagClassName
{
color: #E3154B;
}
</style>
background-color css
<style>
a { background-color: #E3154B; }
a { background-color: rgb(227,21,75); }
div.DivClassName
{
background-color: #E3154B;
}
.BgClassName
{
background-color: #E3154B;
}
</style>
border-color css
<style>
span { border-color: #E3154B; }
span { border-color: rgb(227,21,75); }
td.TdClassName
{
border-color: #E3154B;
}
.TagClassName
{
border-color: #E3154B;
}
</style>