Shades of Crimson #E30141
Tints of Crimson #E30141
RGB
CMYK
RGB Variations
Color information
#E30141 (or 0xE30141) is known color: Crimson. HEX triplet: E3, 01 and 41. RGB value is (227,1,65). Sum of RGB (Red+Green+Blue) = 227+1+65=293 (38% of max value = 765). Red value is 227 (89.06% from 255 or 77.47% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 227 - color contains mainly: red. Hex color #E30141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30141 is #1CFEBE. Grayscale: #4B4B4B. Windows color (decimal): -1900223 or 4260323. OLE color: 4260323.
HSL color Cylindrical-coordinate representation of color #E30141: hue angle of 343.01º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E30141 is Cyan = 0, Magento = 1.00, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 1 | 65 | - |
| CMYK | 0 | 1.00 | 0.71 | 0.11 |
| HSL | 343.01º | 0.99% | 0.45% | - |
| HSV(B) | 343.01º | 1% | 0.89% | - |
| XYZ | 32.64 | 16.73 | 6.51 | - |
| YUV | 75.87 | 121.87 | 235.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 1 | 65 | 0 | 1.00 | 0.71 | 0.11 | 343.01 | 0.99 | 0.45 |
| Hex | E3 | 1 | 41 | 0 | 64 | 47 | B | 157 | 63 | 2D |
| Octal | 343 | 1 | 101 | 0 | 144 | 107 | 13 | 527 | 143 | 55 |
| Binary | 11100011 | 1 | 1000001 | 0 | 1100100 | 1000111 | 1011 | 101010111 | 1100011 | 101101 |
Color Harmonies of #E30141
Complementary color
Monochromatic Colors of #E30141
Black with #E30141
Text Example
Text Example
White with #E30141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30141; }
p { color: rgb(227,1,65); }
H1.HeaderClassName
{
color: #E30141;
}
.AnyTagClassName
{
color: #E30141;
}
</style>
background-color css
<style>
a { background-color: #E30141; }
a { background-color: rgb(227,1,65); }
div.DivClassName
{
background-color: #E30141;
}
.BgClassName
{
background-color: #E30141;
}
</style>
border-color css
<style>
span { border-color: #E30141; }
span { border-color: rgb(227,1,65); }
td.TdClassName
{
border-color: #E30141;
}
.TagClassName
{
border-color: #E30141;
}
</style>