Shades of Crimson #E4142B
Tints of Crimson #E4142B
RGB
CMYK
RGB Variations
Color information
#E4142B (or 0xE4142B) is known color: Crimson. HEX triplet: E4, 14 and 2B. RGB value is (228,20,43). Sum of RGB (Red+Green+Blue) = 228+20+43=291 (38% of max value = 765). Red value is 228 (89.45% from 255 or 78.35% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 228 - color contains mainly: red. Hex color #E4142B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4142B is #1BEBD4. Grayscale: #545454. Windows color (decimal): -1829845 or 2823396. OLE color: 2823396.
HSL color Cylindrical-coordinate representation of color #E4142B: hue angle of 353.37º degrees, saturation: 0.84, 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 #E4142B is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 43 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.11 |
| HSL | 353.37º | 0.84% | 0.49% | - |
| HSV(B) | 353.37º | 0.91% | 0.89% | - |
| XYZ | 32.68 | 17.17 | 3.88 | - |
| YUV | 84.81 | 104.41 | 230.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 43 | 0 | 0.91 | 0.81 | 0.11 | 353.37 | 0.84 | 0.49 |
| Hex | E4 | 14 | 2B | 0 | 5B | 51 | B | 161 | 54 | 31 |
| Octal | 344 | 24 | 53 | 0 | 133 | 121 | 13 | 541 | 124 | 61 |
| Binary | 11100100 | 10100 | 101011 | 0 | 1011011 | 1010001 | 1011 | 101100001 | 1010100 | 110001 |
Color Harmonies of #E4142B
Complementary color
Monochromatic Colors of #E4142B
Black with #E4142B
Text Example
Text Example
White with #E4142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4142B; }
p { color: rgb(228,20,43); }
H1.HeaderClassName
{
color: #E4142B;
}
.AnyTagClassName
{
color: #E4142B;
}
</style>
background-color css
<style>
a { background-color: #E4142B; }
a { background-color: rgb(228,20,43); }
div.DivClassName
{
background-color: #E4142B;
}
.BgClassName
{
background-color: #E4142B;
}
</style>
border-color css
<style>
span { border-color: #E4142B; }
span { border-color: rgb(228,20,43); }
td.TdClassName
{
border-color: #E4142B;
}
.TagClassName
{
border-color: #E4142B;
}
</style>