Shades of Crimson #E5052C
Tints of Crimson #E5052C
RGB
CMYK
RGB Variations
Color information
#E5052C (or 0xE5052C) is known color: Crimson. HEX triplet: E5, 05 and 2C. RGB value is (229,5,44). Sum of RGB (Red+Green+Blue) = 229+5+44=278 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.37% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 229 - color contains mainly: red. Hex color #E5052C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5052C is #1AFAD3. Grayscale: #4C4C4C. Windows color (decimal): -1768148 or 2885093. OLE color: 2885093.
HSL color Cylindrical-coordinate representation of color #E5052C: hue angle of 349.55º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E5052C is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 44 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.10 |
| HSL | 349.55º | 0.96% | 0.46% | - |
| HSV(B) | 349.55º | 0.98% | 0.9% | - |
| XYZ | 32.82 | 16.95 | 3.92 | - |
| YUV | 76.42 | 109.71 | 236.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 44 | 0 | 0.98 | 0.81 | 0.10 | 349.55 | 0.96 | 0.46 |
| Hex | E5 | 5 | 2C | 0 | 62 | 51 | A | 15E | 60 | 2E |
| Octal | 345 | 5 | 54 | 0 | 142 | 121 | 12 | 536 | 140 | 56 |
| Binary | 11100101 | 101 | 101100 | 0 | 1100010 | 1010001 | 1010 | 101011110 | 1100000 | 101110 |
Color Harmonies of #E5052C
Complementary color
Monochromatic Colors of #E5052C
Black with #E5052C
Text Example
Text Example
White with #E5052C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5052C; }
p { color: rgb(229,5,44); }
H1.HeaderClassName
{
color: #E5052C;
}
.AnyTagClassName
{
color: #E5052C;
}
</style>
background-color css
<style>
a { background-color: #E5052C; }
a { background-color: rgb(229,5,44); }
div.DivClassName
{
background-color: #E5052C;
}
.BgClassName
{
background-color: #E5052C;
}
</style>
border-color css
<style>
span { border-color: #E5052C; }
span { border-color: rgb(229,5,44); }
td.TdClassName
{
border-color: #E5052C;
}
.TagClassName
{
border-color: #E5052C;
}
</style>