Shades of Crimson #E30D3E
Tints of Crimson #E30D3E
RGB
CMYK
RGB Variations
Color information
#E30D3E (or 0xE30D3E) is known color: Crimson. HEX triplet: E3, 0D and 3E. RGB value is (227,13,62). Sum of RGB (Red+Green+Blue) = 227+13+62=302 (40% of max value = 765). Red value is 227 (89.06% from 255 or 75.17% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 227 - color contains mainly: red. Hex color #E30D3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30D3E is #1CF2C1. Grayscale: #525252. Windows color (decimal): -1897154 or 4066787. OLE color: 4066787.
HSL color Cylindrical-coordinate representation of color #E30D3E: hue angle of 346.26º 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 #E30D3E is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 13 | 62 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.11 |
| HSL | 346.26º | 0.89% | 0.47% | - |
| HSV(B) | 346.26º | 0.94% | 0.89% | - |
| XYZ | 32.69 | 16.97 | 6.11 | - |
| YUV | 82.57 | 116.4 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 13 | 62 | 0 | 0.94 | 0.73 | 0.11 | 346.26 | 0.89 | 0.47 |
| Hex | E3 | D | 3E | 0 | 5E | 49 | B | 15A | 59 | 2F |
| Octal | 343 | 15 | 76 | 0 | 136 | 111 | 13 | 532 | 131 | 57 |
| Binary | 11100011 | 1101 | 111110 | 0 | 1011110 | 1001001 | 1011 | 101011010 | 1011001 | 101111 |
Color Harmonies of #E30D3E
Complementary color
Monochromatic Colors of #E30D3E
Black with #E30D3E
Text Example
Text Example
White with #E30D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30D3E; }
p { color: rgb(227,13,62); }
H1.HeaderClassName
{
color: #E30D3E;
}
.AnyTagClassName
{
color: #E30D3E;
}
</style>
background-color css
<style>
a { background-color: #E30D3E; }
a { background-color: rgb(227,13,62); }
div.DivClassName
{
background-color: #E30D3E;
}
.BgClassName
{
background-color: #E30D3E;
}
</style>
border-color css
<style>
span { border-color: #E30D3E; }
span { border-color: rgb(227,13,62); }
td.TdClassName
{
border-color: #E30D3E;
}
.TagClassName
{
border-color: #E30D3E;
}
</style>