Shades of Crimson #E30840
Tints of Crimson #E30840
RGB
CMYK
RGB Variations
Color information
#E30840 (or 0xE30840) is known color: Crimson. HEX triplet: E3, 08 and 40. RGB value is (227,8,64). Sum of RGB (Red+Green+Blue) = 227+8+64=299 (39% of max value = 765). Red value is 227 (89.06% from 255 or 75.92% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 227 - color contains mainly: red. Hex color #E30840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30840 is #1CF7BF. Grayscale: #4F4F4F. Windows color (decimal): -1898432 or 4196579. OLE color: 4196579.
HSL color Cylindrical-coordinate representation of color #E30840: hue angle of 344.66º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E30840 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 8 | 64 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.11 |
| HSL | 344.66º | 0.93% | 0.46% | - |
| HSV(B) | 344.66º | 0.96% | 0.89% | - |
| XYZ | 32.69 | 16.87 | 6.38 | - |
| YUV | 79.87 | 119.05 | 232.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 8 | 64 | 0 | 0.96 | 0.72 | 0.11 | 344.66 | 0.93 | 0.46 |
| Hex | E3 | 8 | 40 | 0 | 60 | 48 | B | 159 | 5D | 2E |
| Octal | 343 | 10 | 100 | 0 | 140 | 110 | 13 | 531 | 135 | 56 |
| Binary | 11100011 | 1000 | 1000000 | 0 | 1100000 | 1001000 | 1011 | 101011001 | 1011101 | 101110 |
Color Harmonies of #E30840
Complementary color
Monochromatic Colors of #E30840
Black with #E30840
Text Example
Text Example
White with #E30840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30840; }
p { color: rgb(227,8,64); }
H1.HeaderClassName
{
color: #E30840;
}
.AnyTagClassName
{
color: #E30840;
}
</style>
background-color css
<style>
a { background-color: #E30840; }
a { background-color: rgb(227,8,64); }
div.DivClassName
{
background-color: #E30840;
}
.BgClassName
{
background-color: #E30840;
}
</style>
border-color css
<style>
span { border-color: #E30840; }
span { border-color: rgb(227,8,64); }
td.TdClassName
{
border-color: #E30840;
}
.TagClassName
{
border-color: #E30840;
}
</style>