Shades of Crimson #E20B3A
Tints of Crimson #E20B3A
RGB
CMYK
RGB Variations
Color information
#E20B3A (or 0xE20B3A) is known color: Crimson. HEX triplet: E2, 0B and 3A. RGB value is (226,11,58). Sum of RGB (Red+Green+Blue) = 226+11+58=295 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.61% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 226 - color contains mainly: red. Hex color #E20B3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20B3A is #1DF4C5. Grayscale: #505050. Windows color (decimal): -1963206 or 3804130. OLE color: 3804130.
HSL color Cylindrical-coordinate representation of color #E20B3A: hue angle of 346.88º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E20B3A is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 11 | 58 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.11 |
| HSL | 346.88º | 0.91% | 0.46% | - |
| HSV(B) | 346.88º | 0.95% | 0.89% | - |
| XYZ | 32.25 | 16.71 | 5.53 | - |
| YUV | 80.64 | 115.23 | 231.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 11 | 58 | 0 | 0.95 | 0.74 | 0.11 | 346.88 | 0.91 | 0.46 |
| Hex | E2 | B | 3A | 0 | 5F | 4A | B | 15B | 5B | 2E |
| Octal | 342 | 13 | 72 | 0 | 137 | 112 | 13 | 533 | 133 | 56 |
| Binary | 11100010 | 1011 | 111010 | 0 | 1011111 | 1001010 | 1011 | 101011011 | 1011011 | 101110 |
Color Harmonies of #E20B3A
Complementary color
Monochromatic Colors of #E20B3A
Black with #E20B3A
Text Example
Text Example
White with #E20B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20B3A; }
p { color: rgb(226,11,58); }
H1.HeaderClassName
{
color: #E20B3A;
}
.AnyTagClassName
{
color: #E20B3A;
}
</style>
background-color css
<style>
a { background-color: #E20B3A; }
a { background-color: rgb(226,11,58); }
div.DivClassName
{
background-color: #E20B3A;
}
.BgClassName
{
background-color: #E20B3A;
}
</style>
border-color css
<style>
span { border-color: #E20B3A; }
span { border-color: rgb(226,11,58); }
td.TdClassName
{
border-color: #E20B3A;
}
.TagClassName
{
border-color: #E20B3A;
}
</style>