Shades of Crimson #E50B2C
Tints of Crimson #E50B2C
RGB
CMYK
RGB Variations
Color information
#E50B2C (or 0xE50B2C) is known color: Crimson. HEX triplet: E5, 0B and 2C. RGB value is (229,11,44). Sum of RGB (Red+Green+Blue) = 229+11+44=284 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.63% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 229 - color contains mainly: red. Hex color #E50B2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50B2C is #1AF4D3. Grayscale: #505050. Windows color (decimal): -1766612 or 2886629. OLE color: 2886629.
HSL color Cylindrical-coordinate representation of color #E50B2C: hue angle of 350.92º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E50B2C is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 11 | 44 | - |
| CMYK | 0 | 0.95 | 0.81 | 0.10 |
| HSL | 350.92º | 0.91% | 0.47% | - |
| HSV(B) | 350.92º | 0.95% | 0.9% | - |
| XYZ | 32.89 | 17.08 | 3.95 | - |
| YUV | 79.94 | 107.72 | 234.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 11 | 44 | 0 | 0.95 | 0.81 | 0.10 | 350.92 | 0.91 | 0.47 |
| Hex | E5 | B | 2C | 0 | 5F | 51 | A | 15F | 5B | 2F |
| Octal | 345 | 13 | 54 | 0 | 137 | 121 | 12 | 537 | 133 | 57 |
| Binary | 11100101 | 1011 | 101100 | 0 | 1011111 | 1010001 | 1010 | 101011111 | 1011011 | 101111 |
Color Harmonies of #E50B2C
Complementary color
Monochromatic Colors of #E50B2C
Black with #E50B2C
Text Example
Text Example
White with #E50B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50B2C; }
p { color: rgb(229,11,44); }
H1.HeaderClassName
{
color: #E50B2C;
}
.AnyTagClassName
{
color: #E50B2C;
}
</style>
background-color css
<style>
a { background-color: #E50B2C; }
a { background-color: rgb(229,11,44); }
div.DivClassName
{
background-color: #E50B2C;
}
.BgClassName
{
background-color: #E50B2C;
}
</style>
border-color css
<style>
span { border-color: #E50B2C; }
span { border-color: rgb(229,11,44); }
td.TdClassName
{
border-color: #E50B2C;
}
.TagClassName
{
border-color: #E50B2C;
}
</style>