Shades of Crimson #E30D41
Tints of Crimson #E30D41
RGB
CMYK
RGB Variations
Color information
#E30D41 (or 0xE30D41) is known color: Crimson. HEX triplet: E3, 0D and 41. RGB value is (227,13,65). Sum of RGB (Red+Green+Blue) = 227+13+65=305 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.43% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 227 - color contains mainly: red. Hex color #E30D41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30D41 is #1CF2BE. Grayscale: #525252. Windows color (decimal): -1897151 or 4263395. OLE color: 4263395.
HSL color Cylindrical-coordinate representation of color #E30D41: hue angle of 345.42º 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 #E30D41 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 13 | 65 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.11 |
| HSL | 345.42º | 0.89% | 0.47% | - |
| HSV(B) | 345.42º | 0.94% | 0.89% | - |
| XYZ | 32.78 | 17 | 6.55 | - |
| YUV | 82.91 | 117.9 | 230.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 13 | 65 | 0 | 0.94 | 0.71 | 0.11 | 345.42 | 0.89 | 0.47 |
| Hex | E3 | D | 41 | 0 | 5E | 47 | B | 159 | 59 | 2F |
| Octal | 343 | 15 | 101 | 0 | 136 | 107 | 13 | 531 | 131 | 57 |
| Binary | 11100011 | 1101 | 1000001 | 0 | 1011110 | 1000111 | 1011 | 101011001 | 1011001 | 101111 |
Color Harmonies of #E30D41
Complementary color
Monochromatic Colors of #E30D41
Black with #E30D41
Text Example
Text Example
White with #E30D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30D41; }
p { color: rgb(227,13,65); }
H1.HeaderClassName
{
color: #E30D41;
}
.AnyTagClassName
{
color: #E30D41;
}
</style>
background-color css
<style>
a { background-color: #E30D41; }
a { background-color: rgb(227,13,65); }
div.DivClassName
{
background-color: #E30D41;
}
.BgClassName
{
background-color: #E30D41;
}
</style>
border-color css
<style>
span { border-color: #E30D41; }
span { border-color: rgb(227,13,65); }
td.TdClassName
{
border-color: #E30D41;
}
.TagClassName
{
border-color: #E30D41;
}
</style>