Shades of Crimson #E41438
Tints of Crimson #E41438
RGB
CMYK
RGB Variations
Color information
#E41438 (or 0xE41438) is known color: Crimson. HEX triplet: E4, 14 and 38. RGB value is (228,20,56). Sum of RGB (Red+Green+Blue) = 228+20+56=304 (40% of max value = 765). Red value is 228 (89.45% from 255 or 75% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 228 - color contains mainly: red. Hex color #E41438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41438 is #1BEBC7. Grayscale: #565656. Windows color (decimal): -1829832 or 3675364. OLE color: 3675364.
HSL color Cylindrical-coordinate representation of color #E41438: hue angle of 349.62º 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 #E41438 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 56 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.11 |
| HSL | 349.62º | 0.84% | 0.49% | - |
| HSV(B) | 349.62º | 0.91% | 0.89% | - |
| XYZ | 32.96 | 17.28 | 5.34 | - |
| YUV | 86.3 | 110.91 | 229.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 56 | 0 | 0.91 | 0.75 | 0.11 | 349.62 | 0.84 | 0.49 |
| Hex | E4 | 14 | 38 | 0 | 5B | 4B | B | 15E | 54 | 31 |
| Octal | 344 | 24 | 70 | 0 | 133 | 113 | 13 | 536 | 124 | 61 |
| Binary | 11100100 | 10100 | 111000 | 0 | 1011011 | 1001011 | 1011 | 101011110 | 1010100 | 110001 |
Color Harmonies of #E41438
Complementary color
Monochromatic Colors of #E41438
Black with #E41438
Text Example
Text Example
White with #E41438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41438; }
p { color: rgb(228,20,56); }
H1.HeaderClassName
{
color: #E41438;
}
.AnyTagClassName
{
color: #E41438;
}
</style>
background-color css
<style>
a { background-color: #E41438; }
a { background-color: rgb(228,20,56); }
div.DivClassName
{
background-color: #E41438;
}
.BgClassName
{
background-color: #E41438;
}
</style>
border-color css
<style>
span { border-color: #E41438; }
span { border-color: rgb(228,20,56); }
td.TdClassName
{
border-color: #E41438;
}
.TagClassName
{
border-color: #E41438;
}
</style>