Shades of Crimson #E40734
Tints of Crimson #E40734
RGB
CMYK
RGB Variations
Color information
#E40734 (or 0xE40734) is known color: Crimson. HEX triplet: E4, 07 and 34. RGB value is (228,7,52). Sum of RGB (Red+Green+Blue) = 228+7+52=287 (38% of max value = 765). Red value is 228 (89.45% from 255 or 79.44% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 228 - color contains mainly: red. Hex color #E40734 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40734 is #1BF8CB. Grayscale: #4E4E4E. Windows color (decimal): -1833164 or 3409892. OLE color: 3409892.
HSL color Cylindrical-coordinate representation of color #E40734: hue angle of 347.78º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E40734 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 7 | 52 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.11 |
| HSL | 347.78º | 0.94% | 0.46% | - |
| HSV(B) | 347.78º | 0.97% | 0.89% | - |
| XYZ | 32.69 | 16.89 | 4.79 | - |
| YUV | 78.21 | 113.22 | 234.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 52 | 0 | 0.97 | 0.77 | 0.11 | 347.78 | 0.94 | 0.46 |
| Hex | E4 | 7 | 34 | 0 | 61 | 4D | B | 15C | 5E | 2E |
| Octal | 344 | 7 | 64 | 0 | 141 | 115 | 13 | 534 | 136 | 56 |
| Binary | 11100100 | 111 | 110100 | 0 | 1100001 | 1001101 | 1011 | 101011100 | 1011110 | 101110 |
Color Harmonies of #E40734
Complementary color
Monochromatic Colors of #E40734
Black with #E40734
Text Example
Text Example
White with #E40734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40734; }
p { color: rgb(228,7,52); }
H1.HeaderClassName
{
color: #E40734;
}
.AnyTagClassName
{
color: #E40734;
}
</style>
background-color css
<style>
a { background-color: #E40734; }
a { background-color: rgb(228,7,52); }
div.DivClassName
{
background-color: #E40734;
}
.BgClassName
{
background-color: #E40734;
}
</style>
border-color css
<style>
span { border-color: #E40734; }
span { border-color: rgb(228,7,52); }
td.TdClassName
{
border-color: #E40734;
}
.TagClassName
{
border-color: #E40734;
}
</style>