Shades of Crimson #E5023E
Tints of Crimson #E5023E
RGB
CMYK
RGB Variations
Color information
#E5023E (or 0xE5023E) is known color: Crimson. HEX triplet: E5, 02 and 3E. RGB value is (229,2,62). Sum of RGB (Red+Green+Blue) = 229+2+62=293 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.16% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 229 - color contains mainly: red. Hex color #E5023E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5023E is #1AFDC1. Grayscale: #4C4C4C. Windows color (decimal): -1768898 or 4063973. OLE color: 4063973.
HSL color Cylindrical-coordinate representation of color #E5023E: hue angle of 344.14º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E5023E is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 2 | 62 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.10 |
| HSL | 344.14º | 0.98% | 0.45% | - |
| HSV(B) | 344.14º | 0.99% | 0.9% | - |
| XYZ | 33.2 | 17.05 | 6.1 | - |
| YUV | 76.71 | 119.71 | 236.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 2 | 62 | 0 | 0.99 | 0.73 | 0.10 | 344.14 | 0.98 | 0.45 |
| Hex | E5 | 2 | 3E | 0 | 63 | 49 | A | 158 | 62 | 2D |
| Octal | 345 | 2 | 76 | 0 | 143 | 111 | 12 | 530 | 142 | 55 |
| Binary | 11100101 | 10 | 111110 | 0 | 1100011 | 1001001 | 1010 | 101011000 | 1100010 | 101101 |
Color Harmonies of #E5023E
Complementary color
Monochromatic Colors of #E5023E
Black with #E5023E
Text Example
Text Example
White with #E5023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5023E; }
p { color: rgb(229,2,62); }
H1.HeaderClassName
{
color: #E5023E;
}
.AnyTagClassName
{
color: #E5023E;
}
</style>
background-color css
<style>
a { background-color: #E5023E; }
a { background-color: rgb(229,2,62); }
div.DivClassName
{
background-color: #E5023E;
}
.BgClassName
{
background-color: #E5023E;
}
</style>
border-color css
<style>
span { border-color: #E5023E; }
span { border-color: rgb(229,2,62); }
td.TdClassName
{
border-color: #E5023E;
}
.TagClassName
{
border-color: #E5023E;
}
</style>