Shades of Crimson #E41435
Tints of Crimson #E41435
RGB
CMYK
RGB Variations
Color information
#E41435 (or 0xE41435) is known color: Crimson. HEX triplet: E4, 14 and 35. RGB value is (228,20,53). Sum of RGB (Red+Green+Blue) = 228+20+53=301 (39% of max value = 765). Red value is 228 (89.45% from 255 or 75.75% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 228 - color contains mainly: red. Hex color #E41435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41435 is #1BEBCA. Grayscale: #565656. Windows color (decimal): -1829835 or 3478756. OLE color: 3478756.
HSL color Cylindrical-coordinate representation of color #E41435: hue angle of 350.48º 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 #E41435 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 53 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.11 |
| HSL | 350.48º | 0.84% | 0.49% | - |
| HSV(B) | 350.48º | 0.91% | 0.89% | - |
| XYZ | 32.89 | 17.25 | 4.96 | - |
| YUV | 85.95 | 109.41 | 229.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 53 | 0 | 0.91 | 0.77 | 0.11 | 350.48 | 0.84 | 0.49 |
| Hex | E4 | 14 | 35 | 0 | 5B | 4D | B | 15E | 54 | 31 |
| Octal | 344 | 24 | 65 | 0 | 133 | 115 | 13 | 536 | 124 | 61 |
| Binary | 11100100 | 10100 | 110101 | 0 | 1011011 | 1001101 | 1011 | 101011110 | 1010100 | 110001 |
Color Harmonies of #E41435
Complementary color
Monochromatic Colors of #E41435
Black with #E41435
Text Example
Text Example
White with #E41435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41435; }
p { color: rgb(228,20,53); }
H1.HeaderClassName
{
color: #E41435;
}
.AnyTagClassName
{
color: #E41435;
}
</style>
background-color css
<style>
a { background-color: #E41435; }
a { background-color: rgb(228,20,53); }
div.DivClassName
{
background-color: #E41435;
}
.BgClassName
{
background-color: #E41435;
}
</style>
border-color css
<style>
span { border-color: #E41435; }
span { border-color: rgb(228,20,53); }
td.TdClassName
{
border-color: #E41435;
}
.TagClassName
{
border-color: #E41435;
}
</style>