Shades of Crimson #E30835
Tints of Crimson #E30835
RGB
CMYK
RGB Variations
Color information
#E30835 (or 0xE30835) is known color: Crimson. HEX triplet: E3, 08 and 35. RGB value is (227,8,53). Sum of RGB (Red+Green+Blue) = 227+8+53=288 (38% of max value = 765). Red value is 227 (89.06% from 255 or 78.82% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 53 (21.09% from 255 or 18.40% from 288); Max value from RGB is 227 - color contains mainly: red. Hex color #E30835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30835 is #1CF7CA. Grayscale: #4E4E4E. Windows color (decimal): -1898443 or 3475683. OLE color: 3475683.
HSL color Cylindrical-coordinate representation of color #E30835: hue angle of 347.67º 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 #E30835 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 8 | 53 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.11 |
| HSL | 347.67º | 0.93% | 0.46% | - |
| HSV(B) | 347.67º | 0.96% | 0.89% | - |
| XYZ | 32.41 | 16.76 | 4.9 | - |
| YUV | 78.61 | 113.55 | 233.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 8 | 53 | 0 | 0.96 | 0.77 | 0.11 | 347.67 | 0.93 | 0.46 |
| Hex | E3 | 8 | 35 | 0 | 60 | 4D | B | 15C | 5D | 2E |
| Octal | 343 | 10 | 65 | 0 | 140 | 115 | 13 | 534 | 135 | 56 |
| Binary | 11100011 | 1000 | 110101 | 0 | 1100000 | 1001101 | 1011 | 101011100 | 1011101 | 101110 |
Color Harmonies of #E30835
Complementary color
Monochromatic Colors of #E30835
Black with #E30835
Text Example
Text Example
White with #E30835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30835; }
p { color: rgb(227,8,53); }
H1.HeaderClassName
{
color: #E30835;
}
.AnyTagClassName
{
color: #E30835;
}
</style>
background-color css
<style>
a { background-color: #E30835; }
a { background-color: rgb(227,8,53); }
div.DivClassName
{
background-color: #E30835;
}
.BgClassName
{
background-color: #E30835;
}
</style>
border-color css
<style>
span { border-color: #E30835; }
span { border-color: rgb(227,8,53); }
td.TdClassName
{
border-color: #E30835;
}
.TagClassName
{
border-color: #E30835;
}
</style>