Shades of Crimson #E30D31
Tints of Crimson #E30D31
RGB
CMYK
RGB Variations
Color information
#E30D31 (or 0xE30D31) is known color: Crimson. HEX triplet: E3, 0D and 31. RGB value is (227,13,49). Sum of RGB (Red+Green+Blue) = 227+13+49=289 (38% of max value = 765). Red value is 227 (89.06% from 255 or 78.55% from 289); Green value is 13 (5.47% from 255 or 4.50% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 227 - color contains mainly: red. Hex color #E30D31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30D31 is #1CF2CE. Grayscale: #515151. Windows color (decimal): -1897167 or 3214819. OLE color: 3214819.
HSL color Cylindrical-coordinate representation of color #E30D31: hue angle of 349.91º 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 #E30D31 is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 13 | 49 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.11 |
| HSL | 349.91º | 0.89% | 0.47% | - |
| HSV(B) | 349.91º | 0.94% | 0.89% | - |
| XYZ | 32.38 | 16.84 | 4.45 | - |
| YUV | 81.09 | 109.9 | 232.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 13 | 49 | 0 | 0.94 | 0.78 | 0.11 | 349.91 | 0.89 | 0.47 |
| Hex | E3 | D | 31 | 0 | 5E | 4E | B | 15E | 59 | 2F |
| Octal | 343 | 15 | 61 | 0 | 136 | 116 | 13 | 536 | 131 | 57 |
| Binary | 11100011 | 1101 | 110001 | 0 | 1011110 | 1001110 | 1011 | 101011110 | 1011001 | 101111 |
Color Harmonies of #E30D31
Complementary color
Monochromatic Colors of #E30D31
Black with #E30D31
Text Example
Text Example
White with #E30D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30D31; }
p { color: rgb(227,13,49); }
H1.HeaderClassName
{
color: #E30D31;
}
.AnyTagClassName
{
color: #E30D31;
}
</style>
background-color css
<style>
a { background-color: #E30D31; }
a { background-color: rgb(227,13,49); }
div.DivClassName
{
background-color: #E30D31;
}
.BgClassName
{
background-color: #E30D31;
}
</style>
border-color css
<style>
span { border-color: #E30D31; }
span { border-color: rgb(227,13,49); }
td.TdClassName
{
border-color: #E30D31;
}
.TagClassName
{
border-color: #E30D31;
}
</style>