Shades of Crimson #E30144
Tints of Crimson #E30144
RGB
CMYK
RGB Variations
Color information
#E30144 (or 0xE30144) is known color: Crimson. HEX triplet: E3, 01 and 44. RGB value is (227,1,68). Sum of RGB (Red+Green+Blue) = 227+1+68=296 (39% of max value = 765). Red value is 227 (89.06% from 255 or 76.69% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 68 (26.95% from 255 or 22.97% from 296); Max value from RGB is 227 - color contains mainly: red. Hex color #E30144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30144 is #1CFEBB. Grayscale: #4C4C4C. Windows color (decimal): -1900220 or 4456931. OLE color: 4456931.
HSL color Cylindrical-coordinate representation of color #E30144: hue angle of 342.21º 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 #E30144 is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 1 | 68 | - |
| CMYK | 0 | 1.00 | 0.70 | 0.11 |
| HSL | 342.21º | 0.99% | 0.45% | - |
| HSV(B) | 342.21º | 1% | 0.89% | - |
| XYZ | 32.73 | 16.77 | 6.98 | - |
| YUV | 76.21 | 123.37 | 235.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 1 | 68 | 0 | 1.00 | 0.70 | 0.11 | 342.21 | 0.99 | 0.45 |
| Hex | E3 | 1 | 44 | 0 | 64 | 46 | B | 156 | 63 | 2D |
| Octal | 343 | 1 | 104 | 0 | 144 | 106 | 13 | 526 | 143 | 55 |
| Binary | 11100011 | 1 | 1000100 | 0 | 1100100 | 1000110 | 1011 | 101010110 | 1100011 | 101101 |
Color Harmonies of #E30144
Complementary color
Monochromatic Colors of #E30144
Black with #E30144
Text Example
Text Example
White with #E30144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30144; }
p { color: rgb(227,1,68); }
H1.HeaderClassName
{
color: #E30144;
}
.AnyTagClassName
{
color: #E30144;
}
</style>
background-color css
<style>
a { background-color: #E30144; }
a { background-color: rgb(227,1,68); }
div.DivClassName
{
background-color: #E30144;
}
.BgClassName
{
background-color: #E30144;
}
</style>
border-color css
<style>
span { border-color: #E30144; }
span { border-color: rgb(227,1,68); }
td.TdClassName
{
border-color: #E30144;
}
.TagClassName
{
border-color: #E30144;
}
</style>