Shades of Crimson #E41635
Tints of Crimson #E41635
RGB
CMYK
RGB Variations
Color information
#E41635 (or 0xE41635) is known color: Crimson. HEX triplet: E4, 16 and 35. RGB value is (228,22,53). Sum of RGB (Red+Green+Blue) = 228+22+53=303 (40% of max value = 765). Red value is 228 (89.45% from 255 or 75.25% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 228 - color contains mainly: red. Hex color #E41635 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41635 is #1BE9CA. Grayscale: #575757. Windows color (decimal): -1829323 or 3479268. OLE color: 3479268.
HSL color Cylindrical-coordinate representation of color #E41635: hue angle of 350.97º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E41635 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 22 | 53 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.11 |
| HSL | 350.97º | 0.82% | 0.49% | - |
| HSV(B) | 350.97º | 0.9% | 0.89% | - |
| XYZ | 32.92 | 17.32 | 4.98 | - |
| YUV | 87.13 | 108.75 | 228.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 22 | 53 | 0 | 0.90 | 0.77 | 0.11 | 350.97 | 0.82 | 0.49 |
| Hex | E4 | 16 | 35 | 0 | 5A | 4D | B | 15F | 52 | 31 |
| Octal | 344 | 26 | 65 | 0 | 132 | 115 | 13 | 537 | 122 | 61 |
| Binary | 11100100 | 10110 | 110101 | 0 | 1011010 | 1001101 | 1011 | 101011111 | 1010010 | 110001 |
Color Harmonies of #E41635
Complementary color
Monochromatic Colors of #E41635
Black with #E41635
Text Example
Text Example
White with #E41635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41635; }
p { color: rgb(228,22,53); }
H1.HeaderClassName
{
color: #E41635;
}
.AnyTagClassName
{
color: #E41635;
}
</style>
background-color css
<style>
a { background-color: #E41635; }
a { background-color: rgb(228,22,53); }
div.DivClassName
{
background-color: #E41635;
}
.BgClassName
{
background-color: #E41635;
}
</style>
border-color css
<style>
span { border-color: #E41635; }
span { border-color: rgb(228,22,53); }
td.TdClassName
{
border-color: #E41635;
}
.TagClassName
{
border-color: #E41635;
}
</style>