Shades of Crimson #E41636
Tints of Crimson #E41636
RGB
CMYK
RGB Variations
Color information
#E41636 (or 0xE41636) is known color: Crimson. HEX triplet: E4, 16 and 36. RGB value is (228,22,54). Sum of RGB (Red+Green+Blue) = 228+22+54=304 (40% of max value = 765). Red value is 228 (89.45% from 255 or 75% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 54 (21.48% from 255 or 17.76% from 304); Max value from RGB is 228 - color contains mainly: red. Hex color #E41636 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41636 is #1BE9C9. Grayscale: #575757. Windows color (decimal): -1829322 or 3544804. OLE color: 3544804.
HSL color Cylindrical-coordinate representation of color #E41636: hue angle of 350.68º 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 #E41636 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 22 | 54 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.11 |
| HSL | 350.68º | 0.82% | 0.49% | - |
| HSV(B) | 350.68º | 0.9% | 0.89% | - |
| XYZ | 32.95 | 17.33 | 5.1 | - |
| YUV | 87.24 | 109.25 | 228.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 22 | 54 | 0 | 0.90 | 0.76 | 0.11 | 350.68 | 0.82 | 0.49 |
| Hex | E4 | 16 | 36 | 0 | 5A | 4C | B | 15F | 52 | 31 |
| Octal | 344 | 26 | 66 | 0 | 132 | 114 | 13 | 537 | 122 | 61 |
| Binary | 11100100 | 10110 | 110110 | 0 | 1011010 | 1001100 | 1011 | 101011111 | 1010010 | 110001 |
Color Harmonies of #E41636
Complementary color
Monochromatic Colors of #E41636
Black with #E41636
Text Example
Text Example
White with #E41636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41636; }
p { color: rgb(228,22,54); }
H1.HeaderClassName
{
color: #E41636;
}
.AnyTagClassName
{
color: #E41636;
}
</style>
background-color css
<style>
a { background-color: #E41636; }
a { background-color: rgb(228,22,54); }
div.DivClassName
{
background-color: #E41636;
}
.BgClassName
{
background-color: #E41636;
}
</style>
border-color css
<style>
span { border-color: #E41636; }
span { border-color: rgb(228,22,54); }
td.TdClassName
{
border-color: #E41636;
}
.TagClassName
{
border-color: #E41636;
}
</style>