Shades of Crimson #E41548
Tints of Crimson #E41548
RGB
CMYK
RGB Variations
Color information
#E41548 (or 0xE41548) is known color: Crimson. HEX triplet: E4, 15 and 48. RGB value is (228,21,72). Sum of RGB (Red+Green+Blue) = 228+21+72=321 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.03% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 228 - color contains mainly: red. Hex color #E41548 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41548 is #1BEAB7. Grayscale: #585858. Windows color (decimal): -1829560 or 4724196. OLE color: 4724196.
HSL color Cylindrical-coordinate representation of color #E41548: hue angle of 345.22º 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 #E41548 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 21 | 72 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.11 |
| HSL | 345.22º | 0.83% | 0.49% | - |
| HSV(B) | 345.22º | 0.91% | 0.89% | - |
| XYZ | 33.43 | 17.5 | 7.75 | - |
| YUV | 88.71 | 118.58 | 227.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 21 | 72 | 0 | 0.91 | 0.68 | 0.11 | 345.22 | 0.83 | 0.49 |
| Hex | E4 | 15 | 48 | 0 | 5B | 44 | B | 159 | 53 | 31 |
| Octal | 344 | 25 | 110 | 0 | 133 | 104 | 13 | 531 | 123 | 61 |
| Binary | 11100100 | 10101 | 1001000 | 0 | 1011011 | 1000100 | 1011 | 101011001 | 1010011 | 110001 |
Color Harmonies of #E41548
Complementary color
Monochromatic Colors of #E41548
Black with #E41548
Text Example
Text Example
White with #E41548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41548; }
p { color: rgb(228,21,72); }
H1.HeaderClassName
{
color: #E41548;
}
.AnyTagClassName
{
color: #E41548;
}
</style>
background-color css
<style>
a { background-color: #E41548; }
a { background-color: rgb(228,21,72); }
div.DivClassName
{
background-color: #E41548;
}
.BgClassName
{
background-color: #E41548;
}
</style>
border-color css
<style>
span { border-color: #E41548; }
span { border-color: rgb(228,21,72); }
td.TdClassName
{
border-color: #E41548;
}
.TagClassName
{
border-color: #E41548;
}
</style>