Shades of Crimson #E30E41
Tints of Crimson #E30E41
RGB
CMYK
RGB Variations
Color information
#E30E41 (or 0xE30E41) is known color: Crimson. HEX triplet: E3, 0E and 41. RGB value is (227,14,65). Sum of RGB (Red+Green+Blue) = 227+14+65=306 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.18% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 227 - color contains mainly: red. Hex color #E30E41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30E41 is #1CF1BE. Grayscale: #535353. Windows color (decimal): -1896895 or 4263651. OLE color: 4263651.
HSL color Cylindrical-coordinate representation of color #E30E41: hue angle of 345.63º degrees, saturation: 0.88, 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 #E30E41 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 14 | 65 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.11 |
| HSL | 345.63º | 0.88% | 0.47% | - |
| HSV(B) | 345.63º | 0.94% | 0.89% | - |
| XYZ | 32.79 | 17.03 | 6.56 | - |
| YUV | 83.5 | 117.57 | 230.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 14 | 65 | 0 | 0.94 | 0.71 | 0.11 | 345.63 | 0.88 | 0.47 |
| Hex | E3 | E | 41 | 0 | 5E | 47 | B | 15A | 58 | 2F |
| Octal | 343 | 16 | 101 | 0 | 136 | 107 | 13 | 532 | 130 | 57 |
| Binary | 11100011 | 1110 | 1000001 | 0 | 1011110 | 1000111 | 1011 | 101011010 | 1011000 | 101111 |
Color Harmonies of #E30E41
Complementary color
Monochromatic Colors of #E30E41
Black with #E30E41
Text Example
Text Example
White with #E30E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30E41; }
p { color: rgb(227,14,65); }
H1.HeaderClassName
{
color: #E30E41;
}
.AnyTagClassName
{
color: #E30E41;
}
</style>
background-color css
<style>
a { background-color: #E30E41; }
a { background-color: rgb(227,14,65); }
div.DivClassName
{
background-color: #E30E41;
}
.BgClassName
{
background-color: #E30E41;
}
</style>
border-color css
<style>
span { border-color: #E30E41; }
span { border-color: rgb(227,14,65); }
td.TdClassName
{
border-color: #E30E41;
}
.TagClassName
{
border-color: #E30E41;
}
</style>