Shades of Crimson #E4134B
Tints of Crimson #E4134B
RGB
CMYK
RGB Variations
Color information
#E4134B (or 0xE4134B) is known color: Crimson. HEX triplet: E4, 13 and 4B. RGB value is (228,19,75). Sum of RGB (Red+Green+Blue) = 228+19+75=322 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.81% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 228 - color contains mainly: red. Hex color #E4134B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4134B is #1BECB4. Grayscale: #575757. Windows color (decimal): -1830069 or 4920292. OLE color: 4920292.
HSL color Cylindrical-coordinate representation of color #E4134B: hue angle of 343.92º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E4134B is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 19 | 75 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.11 |
| HSL | 343.92º | 0.85% | 0.48% | - |
| HSV(B) | 343.92º | 0.92% | 0.89% | - |
| XYZ | 33.5 | 17.47 | 8.26 | - |
| YUV | 87.88 | 120.74 | 227.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 19 | 75 | 0 | 0.92 | 0.67 | 0.11 | 343.92 | 0.85 | 0.48 |
| Hex | E4 | 13 | 4B | 0 | 5C | 43 | B | 158 | 55 | 30 |
| Octal | 344 | 23 | 113 | 0 | 134 | 103 | 13 | 530 | 125 | 60 |
| Binary | 11100100 | 10011 | 1001011 | 0 | 1011100 | 1000011 | 1011 | 101011000 | 1010101 | 110000 |
Color Harmonies of #E4134B
Complementary color
Monochromatic Colors of #E4134B
Black with #E4134B
Text Example
Text Example
White with #E4134B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4134B; }
p { color: rgb(228,19,75); }
H1.HeaderClassName
{
color: #E4134B;
}
.AnyTagClassName
{
color: #E4134B;
}
</style>
background-color css
<style>
a { background-color: #E4134B; }
a { background-color: rgb(228,19,75); }
div.DivClassName
{
background-color: #E4134B;
}
.BgClassName
{
background-color: #E4134B;
}
</style>
border-color css
<style>
span { border-color: #E4134B; }
span { border-color: rgb(228,19,75); }
td.TdClassName
{
border-color: #E4134B;
}
.TagClassName
{
border-color: #E4134B;
}
</style>