Shades of Crimson #E41735
Tints of Crimson #E41735
RGB
CMYK
RGB Variations
Color information
#E41735 (or 0xE41735) is known color: Crimson. HEX triplet: E4, 17 and 35. RGB value is (228,23,53). Sum of RGB (Red+Green+Blue) = 228+23+53=304 (40% of max value = 765). Red value is 228 (89.45% from 255 or 75% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 228 - color contains mainly: red. Hex color #E41735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41735 is #1BE8CA. Grayscale: #575757. Windows color (decimal): -1829067 or 3479524. OLE color: 3479524.
HSL color Cylindrical-coordinate representation of color #E41735: hue angle of 351.22º 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 #E41735 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 23 | 53 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.11 |
| HSL | 351.22º | 0.82% | 0.49% | - |
| HSV(B) | 351.22º | 0.9% | 0.89% | - |
| XYZ | 32.94 | 17.36 | 4.98 | - |
| YUV | 87.72 | 108.42 | 228.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 23 | 53 | 0 | 0.90 | 0.77 | 0.11 | 351.22 | 0.82 | 0.49 |
| Hex | E4 | 17 | 35 | 0 | 5A | 4D | B | 15F | 52 | 31 |
| Octal | 344 | 27 | 65 | 0 | 132 | 115 | 13 | 537 | 122 | 61 |
| Binary | 11100100 | 10111 | 110101 | 0 | 1011010 | 1001101 | 1011 | 101011111 | 1010010 | 110001 |
Color Harmonies of #E41735
Complementary color
Monochromatic Colors of #E41735
Black with #E41735
Text Example
Text Example
White with #E41735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41735; }
p { color: rgb(228,23,53); }
H1.HeaderClassName
{
color: #E41735;
}
.AnyTagClassName
{
color: #E41735;
}
</style>
background-color css
<style>
a { background-color: #E41735; }
a { background-color: rgb(228,23,53); }
div.DivClassName
{
background-color: #E41735;
}
.BgClassName
{
background-color: #E41735;
}
</style>
border-color css
<style>
span { border-color: #E41735; }
span { border-color: rgb(228,23,53); }
td.TdClassName
{
border-color: #E41735;
}
.TagClassName
{
border-color: #E41735;
}
</style>