Shades of Crimson #E5022C
Tints of Crimson #E5022C
RGB
CMYK
RGB Variations
Color information
#E5022C (or 0xE5022C) is known color: Crimson. HEX triplet: E5, 02 and 2C. RGB value is (229,2,44). Sum of RGB (Red+Green+Blue) = 229+2+44=275 (36% of max value = 765). Red value is 229 (89.84% from 255 or 83.27% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 229 - color contains mainly: red. Hex color #E5022C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5022C is #1AFDD3. Grayscale: #4A4A4A. Windows color (decimal): -1768916 or 2884325. OLE color: 2884325.
HSL color Cylindrical-coordinate representation of color #E5022C: hue angle of 348.9º 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 #E5022C is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 2 | 44 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.10 |
| HSL | 348.9º | 0.98% | 0.45% | - |
| HSV(B) | 348.9º | 0.99% | 0.9% | - |
| XYZ | 32.79 | 16.88 | 3.91 | - |
| YUV | 74.66 | 110.71 | 238.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 2 | 44 | 0 | 0.99 | 0.81 | 0.10 | 348.9 | 0.98 | 0.45 |
| Hex | E5 | 2 | 2C | 0 | 63 | 51 | A | 15D | 62 | 2D |
| Octal | 345 | 2 | 54 | 0 | 143 | 121 | 12 | 535 | 142 | 55 |
| Binary | 11100101 | 10 | 101100 | 0 | 1100011 | 1010001 | 1010 | 101011101 | 1100010 | 101101 |
Color Harmonies of #E5022C
Complementary color
Monochromatic Colors of #E5022C
Black with #E5022C
Text Example
Text Example
White with #E5022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5022C; }
p { color: rgb(229,2,44); }
H1.HeaderClassName
{
color: #E5022C;
}
.AnyTagClassName
{
color: #E5022C;
}
</style>
background-color css
<style>
a { background-color: #E5022C; }
a { background-color: rgb(229,2,44); }
div.DivClassName
{
background-color: #E5022C;
}
.BgClassName
{
background-color: #E5022C;
}
</style>
border-color css
<style>
span { border-color: #E5022C; }
span { border-color: rgb(229,2,44); }
td.TdClassName
{
border-color: #E5022C;
}
.TagClassName
{
border-color: #E5022C;
}
</style>