Shades of Crimson #E30440
Tints of Crimson #E30440
RGB
CMYK
RGB Variations
Color information
#E30440 (or 0xE30440) is known color: Crimson. HEX triplet: E3, 04 and 40. RGB value is (227,4,64). Sum of RGB (Red+Green+Blue) = 227+4+64=295 (39% of max value = 765). Red value is 227 (89.06% from 255 or 76.95% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 227 - color contains mainly: red. Hex color #E30440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30440 is #1CFBBF. Grayscale: #4D4D4D. Windows color (decimal): -1899456 or 4195555. OLE color: 4195555.
HSL color Cylindrical-coordinate representation of color #E30440: hue angle of 343.86º 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 #E30440 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 4 | 64 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.11 |
| HSL | 343.86º | 0.97% | 0.45% | - |
| HSV(B) | 343.86º | 0.98% | 0.89% | - |
| XYZ | 32.65 | 16.79 | 6.37 | - |
| YUV | 77.52 | 120.38 | 234.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 4 | 64 | 0 | 0.98 | 0.72 | 0.11 | 343.86 | 0.97 | 0.45 |
| Hex | E3 | 4 | 40 | 0 | 62 | 48 | B | 158 | 61 | 2D |
| Octal | 343 | 4 | 100 | 0 | 142 | 110 | 13 | 530 | 141 | 55 |
| Binary | 11100011 | 100 | 1000000 | 0 | 1100010 | 1001000 | 1011 | 101011000 | 1100001 | 101101 |
Color Harmonies of #E30440
Complementary color
Monochromatic Colors of #E30440
Black with #E30440
Text Example
Text Example
White with #E30440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30440; }
p { color: rgb(227,4,64); }
H1.HeaderClassName
{
color: #E30440;
}
.AnyTagClassName
{
color: #E30440;
}
</style>
background-color css
<style>
a { background-color: #E30440; }
a { background-color: rgb(227,4,64); }
div.DivClassName
{
background-color: #E30440;
}
.BgClassName
{
background-color: #E30440;
}
</style>
border-color css
<style>
span { border-color: #E30440; }
span { border-color: rgb(227,4,64); }
td.TdClassName
{
border-color: #E30440;
}
.TagClassName
{
border-color: #E30440;
}
</style>