Shades of Crimson #E20138
Tints of Crimson #E20138
RGB
CMYK
RGB Variations
Color information
#E20138 (or 0xE20138) is known color: Crimson. HEX triplet: E2, 01 and 38. RGB value is (226,1,56). Sum of RGB (Red+Green+Blue) = 226+1+56=283 (37% of max value = 765). Red value is 226 (88.67% from 255 or 79.86% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 226 - color contains mainly: red. Hex color #E20138 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20138 is #1DFEC7. Grayscale: #4A4A4A. Windows color (decimal): -1965768 or 3670498. OLE color: 3670498.
HSL color Cylindrical-coordinate representation of color #E20138: hue angle of 345.33º 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 #E20138 is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 56 | - |
| CMYK | 0 | 1.00 | 0.75 | 0.11 |
| HSL | 345.33º | 0.99% | 0.45% | - |
| HSV(B) | 345.33º | 1% | 0.89% | - |
| XYZ | 32.09 | 16.48 | 5.23 | - |
| YUV | 74.55 | 117.54 | 236.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 56 | 0 | 1.00 | 0.75 | 0.11 | 345.33 | 0.99 | 0.45 |
| Hex | E2 | 1 | 38 | 0 | 64 | 4B | B | 159 | 63 | 2D |
| Octal | 342 | 1 | 70 | 0 | 144 | 113 | 13 | 531 | 143 | 55 |
| Binary | 11100010 | 1 | 111000 | 0 | 1100100 | 1001011 | 1011 | 101011001 | 1100011 | 101101 |
Color Harmonies of #E20138
Complementary color
Monochromatic Colors of #E20138
Black with #E20138
Text Example
Text Example
White with #E20138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20138; }
p { color: rgb(226,1,56); }
H1.HeaderClassName
{
color: #E20138;
}
.AnyTagClassName
{
color: #E20138;
}
</style>
background-color css
<style>
a { background-color: #E20138; }
a { background-color: rgb(226,1,56); }
div.DivClassName
{
background-color: #E20138;
}
.BgClassName
{
background-color: #E20138;
}
</style>
border-color css
<style>
span { border-color: #E20138; }
span { border-color: rgb(226,1,56); }
td.TdClassName
{
border-color: #E20138;
}
.TagClassName
{
border-color: #E20138;
}
</style>