Shades of Crimson #E50B2D
Tints of Crimson #E50B2D
RGB
CMYK
RGB Variations
Color information
#E50B2D (or 0xE50B2D) is known color: Crimson. HEX triplet: E5, 0B and 2D. RGB value is (229,11,45). Sum of RGB (Red+Green+Blue) = 229+11+45=285 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.35% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 229 - color contains mainly: red. Hex color #E50B2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50B2D is #1AF4D2. Grayscale: #505050. Windows color (decimal): -1766611 or 2952165. OLE color: 2952165.
HSL color Cylindrical-coordinate representation of color #E50B2D: hue angle of 350.64º 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 #E50B2D is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 11 | 45 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.10 |
| HSL | 350.64º | 0.91% | 0.47% | - |
| HSV(B) | 350.64º | 0.95% | 0.9% | - |
| XYZ | 32.91 | 17.09 | 4.05 | - |
| YUV | 80.06 | 108.22 | 234.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 11 | 45 | 0 | 0.95 | 0.80 | 0.10 | 350.64 | 0.91 | 0.47 |
| Hex | E5 | B | 2D | 0 | 5F | 50 | A | 15F | 5B | 2F |
| Octal | 345 | 13 | 55 | 0 | 137 | 120 | 12 | 537 | 133 | 57 |
| Binary | 11100101 | 1011 | 101101 | 0 | 1011111 | 1010000 | 1010 | 101011111 | 1011011 | 101111 |
Color Harmonies of #E50B2D
Complementary color
Monochromatic Colors of #E50B2D
Black with #E50B2D
Text Example
Text Example
White with #E50B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50B2D; }
p { color: rgb(229,11,45); }
H1.HeaderClassName
{
color: #E50B2D;
}
.AnyTagClassName
{
color: #E50B2D;
}
</style>
background-color css
<style>
a { background-color: #E50B2D; }
a { background-color: rgb(229,11,45); }
div.DivClassName
{
background-color: #E50B2D;
}
.BgClassName
{
background-color: #E50B2D;
}
</style>
border-color css
<style>
span { border-color: #E50B2D; }
span { border-color: rgb(229,11,45); }
td.TdClassName
{
border-color: #E50B2D;
}
.TagClassName
{
border-color: #E50B2D;
}
</style>