Shades of Crimson #E50C2C
Tints of Crimson #E50C2C
RGB
CMYK
RGB Variations
Color information
#E50C2C (or 0xE50C2C) is known color: Crimson. HEX triplet: E5, 0C and 2C. RGB value is (229,12,44). Sum of RGB (Red+Green+Blue) = 229+12+44=285 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.35% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 229 - color contains mainly: red. Hex color #E50C2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50C2C is #1AF3D3. Grayscale: #505050. Windows color (decimal): -1766356 or 2886885. OLE color: 2886885.
HSL color Cylindrical-coordinate representation of color #E50C2C: hue angle of 351.15º degrees, saturation: 0.9, 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 #E50C2C is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 12 | 44 | - |
| CMYK | 0 | 0.95 | 0.81 | 0.10 |
| HSL | 351.15º | 0.9% | 0.47% | - |
| HSV(B) | 351.15º | 0.95% | 0.9% | - |
| XYZ | 32.9 | 17.1 | 3.95 | - |
| YUV | 80.53 | 107.39 | 233.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 12 | 44 | 0 | 0.95 | 0.81 | 0.10 | 351.15 | 0.9 | 0.47 |
| Hex | E5 | C | 2C | 0 | 5F | 51 | A | 15F | 5A | 2F |
| Octal | 345 | 14 | 54 | 0 | 137 | 121 | 12 | 537 | 132 | 57 |
| Binary | 11100101 | 1100 | 101100 | 0 | 1011111 | 1010001 | 1010 | 101011111 | 1011010 | 101111 |
Color Harmonies of #E50C2C
Complementary color
Monochromatic Colors of #E50C2C
Black with #E50C2C
Text Example
Text Example
White with #E50C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50C2C; }
p { color: rgb(229,12,44); }
H1.HeaderClassName
{
color: #E50C2C;
}
.AnyTagClassName
{
color: #E50C2C;
}
</style>
background-color css
<style>
a { background-color: #E50C2C; }
a { background-color: rgb(229,12,44); }
div.DivClassName
{
background-color: #E50C2C;
}
.BgClassName
{
background-color: #E50C2C;
}
</style>
border-color css
<style>
span { border-color: #E50C2C; }
span { border-color: rgb(229,12,44); }
td.TdClassName
{
border-color: #E50C2C;
}
.TagClassName
{
border-color: #E50C2C;
}
</style>