Shades of Crimson #E40434
Tints of Crimson #E40434
RGB
CMYK
RGB Variations
Color information
#E40434 (or 0xE40434) is known color: Crimson. HEX triplet: E4, 04 and 34. RGB value is (228,4,52). Sum of RGB (Red+Green+Blue) = 228+4+52=284 (37% of max value = 765). Red value is 228 (89.45% from 255 or 80.28% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 228 - color contains mainly: red. Hex color #E40434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40434 is #1BFBCB. Grayscale: #4C4C4C. Windows color (decimal): -1833932 or 3409124. OLE color: 3409124.
HSL color Cylindrical-coordinate representation of color #E40434: hue angle of 347.14º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E40434 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 4 | 52 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.11 |
| HSL | 347.14º | 0.97% | 0.45% | - |
| HSV(B) | 347.14º | 0.98% | 0.89% | - |
| XYZ | 32.66 | 16.83 | 4.78 | - |
| YUV | 76.45 | 114.21 | 236.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 4 | 52 | 0 | 0.98 | 0.77 | 0.11 | 347.14 | 0.97 | 0.45 |
| Hex | E4 | 4 | 34 | 0 | 62 | 4D | B | 15B | 61 | 2D |
| Octal | 344 | 4 | 64 | 0 | 142 | 115 | 13 | 533 | 141 | 55 |
| Binary | 11100100 | 100 | 110100 | 0 | 1100010 | 1001101 | 1011 | 101011011 | 1100001 | 101101 |
Color Harmonies of #E40434
Complementary color
Monochromatic Colors of #E40434
Black with #E40434
Text Example
Text Example
White with #E40434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40434; }
p { color: rgb(228,4,52); }
H1.HeaderClassName
{
color: #E40434;
}
.AnyTagClassName
{
color: #E40434;
}
</style>
background-color css
<style>
a { background-color: #E40434; }
a { background-color: rgb(228,4,52); }
div.DivClassName
{
background-color: #E40434;
}
.BgClassName
{
background-color: #E40434;
}
</style>
border-color css
<style>
span { border-color: #E40434; }
span { border-color: rgb(228,4,52); }
td.TdClassName
{
border-color: #E40434;
}
.TagClassName
{
border-color: #E40434;
}
</style>