Shades of Crimson #E30537
Tints of Crimson #E30537
RGB
CMYK
RGB Variations
Color information
#E30537 (or 0xE30537) is known color: Crimson. HEX triplet: E3, 05 and 37. RGB value is (227,5,55). Sum of RGB (Red+Green+Blue) = 227+5+55=287 (38% of max value = 765). Red value is 227 (89.06% from 255 or 79.09% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 227 - color contains mainly: red. Hex color #E30537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30537 is #1CFAC8. Grayscale: #4D4D4D. Windows color (decimal): -1899209 or 3605987. OLE color: 3605987.
HSL color Cylindrical-coordinate representation of color #E30537: hue angle of 346.49º degrees, saturation: 0.96, 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 #E30537 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 5 | 55 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.11 |
| HSL | 346.49º | 0.96% | 0.45% | - |
| HSV(B) | 346.49º | 0.98% | 0.89% | - |
| XYZ | 32.42 | 16.72 | 5.13 | - |
| YUV | 77.08 | 115.55 | 234.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 5 | 55 | 0 | 0.98 | 0.76 | 0.11 | 346.49 | 0.96 | 0.45 |
| Hex | E3 | 5 | 37 | 0 | 62 | 4C | B | 15A | 60 | 2D |
| Octal | 343 | 5 | 67 | 0 | 142 | 114 | 13 | 532 | 140 | 55 |
| Binary | 11100011 | 101 | 110111 | 0 | 1100010 | 1001100 | 1011 | 101011010 | 1100000 | 101101 |
Color Harmonies of #E30537
Complementary color
Monochromatic Colors of #E30537
Black with #E30537
Text Example
Text Example
White with #E30537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30537; }
p { color: rgb(227,5,55); }
H1.HeaderClassName
{
color: #E30537;
}
.AnyTagClassName
{
color: #E30537;
}
</style>
background-color css
<style>
a { background-color: #E30537; }
a { background-color: rgb(227,5,55); }
div.DivClassName
{
background-color: #E30537;
}
.BgClassName
{
background-color: #E30537;
}
</style>
border-color css
<style>
span { border-color: #E30537; }
span { border-color: rgb(227,5,55); }
td.TdClassName
{
border-color: #E30537;
}
.TagClassName
{
border-color: #E30537;
}
</style>