Shades of Crimson #E30D49
Tints of Crimson #E30D49
RGB
CMYK
RGB Variations
Color information
#E30D49 (or 0xE30D49) is known color: Crimson. HEX triplet: E3, 0D and 49. RGB value is (227,13,73). Sum of RGB (Red+Green+Blue) = 227+13+73=313 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.52% from 313); Green value is 13 (5.47% from 255 or 4.15% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 227 - color contains mainly: red. Hex color #E30D49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30D49 is #1CF2B6. Grayscale: #535353. Windows color (decimal): -1897143 or 4787683. OLE color: 4787683.
HSL color Cylindrical-coordinate representation of color #E30D49: hue angle of 343.18º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30D49 is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 13 | 73 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.11 |
| HSL | 343.18º | 0.89% | 0.47% | - |
| HSV(B) | 343.18º | 0.94% | 0.89% | - |
| XYZ | 33.03 | 17.1 | 7.86 | - |
| YUV | 83.83 | 121.9 | 230.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 13 | 73 | 0 | 0.94 | 0.68 | 0.11 | 343.18 | 0.89 | 0.47 |
| Hex | E3 | D | 49 | 0 | 5E | 44 | B | 157 | 59 | 2F |
| Octal | 343 | 15 | 111 | 0 | 136 | 104 | 13 | 527 | 131 | 57 |
| Binary | 11100011 | 1101 | 1001001 | 0 | 1011110 | 1000100 | 1011 | 101010111 | 1011001 | 101111 |
Color Harmonies of #E30D49
Complementary color
Monochromatic Colors of #E30D49
Black with #E30D49
Text Example
Text Example
White with #E30D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30D49; }
p { color: rgb(227,13,73); }
H1.HeaderClassName
{
color: #E30D49;
}
.AnyTagClassName
{
color: #E30D49;
}
</style>
background-color css
<style>
a { background-color: #E30D49; }
a { background-color: rgb(227,13,73); }
div.DivClassName
{
background-color: #E30D49;
}
.BgClassName
{
background-color: #E30D49;
}
</style>
border-color css
<style>
span { border-color: #E30D49; }
span { border-color: rgb(227,13,73); }
td.TdClassName
{
border-color: #E30D49;
}
.TagClassName
{
border-color: #E30D49;
}
</style>