Shades of Crimson #E4153F
Tints of Crimson #E4153F
RGB
CMYK
RGB Variations
Color information
#E4153F (or 0xE4153F) is known color: Crimson. HEX triplet: E4, 15 and 3F. RGB value is (228,21,63). Sum of RGB (Red+Green+Blue) = 228+21+63=312 (41% of max value = 765). Red value is 228 (89.45% from 255 or 73.08% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 228 - color contains mainly: red. Hex color #E4153F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4153F is #1BEAC0. Grayscale: #575757. Windows color (decimal): -1829569 or 4134372. OLE color: 4134372.
HSL color Cylindrical-coordinate representation of color #E4153F: hue angle of 347.83º 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 #E4153F is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 21 | 63 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.11 |
| HSL | 347.83º | 0.83% | 0.49% | - |
| HSV(B) | 347.83º | 0.91% | 0.89% | - |
| XYZ | 33.16 | 17.39 | 6.31 | - |
| YUV | 87.68 | 114.08 | 228.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 21 | 63 | 0 | 0.91 | 0.72 | 0.11 | 347.83 | 0.83 | 0.49 |
| Hex | E4 | 15 | 3F | 0 | 5B | 48 | B | 15C | 53 | 31 |
| Octal | 344 | 25 | 77 | 0 | 133 | 110 | 13 | 534 | 123 | 61 |
| Binary | 11100100 | 10101 | 111111 | 0 | 1011011 | 1001000 | 1011 | 101011100 | 1010011 | 110001 |
Color Harmonies of #E4153F
Complementary color
Monochromatic Colors of #E4153F
Black with #E4153F
Text Example
Text Example
White with #E4153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4153F; }
p { color: rgb(228,21,63); }
H1.HeaderClassName
{
color: #E4153F;
}
.AnyTagClassName
{
color: #E4153F;
}
</style>
background-color css
<style>
a { background-color: #E4153F; }
a { background-color: rgb(228,21,63); }
div.DivClassName
{
background-color: #E4153F;
}
.BgClassName
{
background-color: #E4153F;
}
</style>
border-color css
<style>
span { border-color: #E4153F; }
span { border-color: rgb(228,21,63); }
td.TdClassName
{
border-color: #E4153F;
}
.TagClassName
{
border-color: #E4153F;
}
</style>