Shades of Crimson #E40034
Tints of Crimson #E40034
RGB
CMYK
RGB Variations
Color information
#E40034 (or 0xE40034) is known color: Crimson. HEX triplet: E4, 00 and 34. RGB value is (228,0,52). Sum of RGB (Red+Green+Blue) = 228+0+52=280 (37% of max value = 765). Red value is 228 (89.45% from 255 or 81.43% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 228 - color contains mainly: red. Hex color #E40034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40034 is #1BFFCB. Grayscale: #4A4A4A. Windows color (decimal): -1834956 or 3408100. OLE color: 3408100.
HSL color Cylindrical-coordinate representation of color #E40034: hue angle of 346.32º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E40034 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 52 | - |
| CMYK | 0 | 1 | 0.77 | 0.11 |
| HSL | 346.32º | 1% | 0.45% | - |
| HSV(B) | 346.32º | 1% | 0.89% | - |
| XYZ | 32.61 | 16.74 | 4.76 | - |
| YUV | 74.1 | 115.54 | 237.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 52 | 0 | 1 | 0.77 | 0.11 | 346.32 | 1 | 0.45 |
| Hex | E4 | 0 | 34 | 0 | 64 | 4D | B | 15A | 64 | 2D |
| Octal | 344 | 0 | 64 | 0 | 144 | 115 | 13 | 532 | 144 | 55 |
| Binary | 11100100 | 0 | 110100 | 0 | 1100100 | 1001101 | 1011 | 101011010 | 1100100 | 101101 |
Color Harmonies of #E40034
Complementary color
Monochromatic Colors of #E40034
Black with #E40034
Text Example
Text Example
White with #E40034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40034; }
p { color: rgb(228,0,52); }
H1.HeaderClassName
{
color: #E40034;
}
.AnyTagClassName
{
color: #E40034;
}
</style>
background-color css
<style>
a { background-color: #E40034; }
a { background-color: rgb(228,0,52); }
div.DivClassName
{
background-color: #E40034;
}
.BgClassName
{
background-color: #E40034;
}
</style>
border-color css
<style>
span { border-color: #E40034; }
span { border-color: rgb(228,0,52); }
td.TdClassName
{
border-color: #E40034;
}
.TagClassName
{
border-color: #E40034;
}
</style>