Shades of Crimson #E4022C
Tints of Crimson #E4022C
RGB
CMYK
RGB Variations
Color information
#E4022C (or 0xE4022C) is known color: Crimson. HEX triplet: E4, 02 and 2C. RGB value is (228,2,44). Sum of RGB (Red+Green+Blue) = 228+2+44=274 (36% of max value = 765). Red value is 228 (89.45% from 255 or 83.21% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 228 - color contains mainly: red. Hex color #E4022C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4022C is #1BFDD3. Grayscale: #4A4A4A. Windows color (decimal): -1834452 or 2884324. OLE color: 2884324.
HSL color Cylindrical-coordinate representation of color #E4022C: hue angle of 348.85º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E4022C is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 2 | 44 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.11 |
| HSL | 348.85º | 0.98% | 0.45% | - |
| HSV(B) | 348.85º | 0.99% | 0.89% | - |
| XYZ | 32.47 | 16.72 | 3.9 | - |
| YUV | 74.36 | 110.87 | 237.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 2 | 44 | 0 | 0.99 | 0.81 | 0.11 | 348.85 | 0.98 | 0.45 |
| Hex | E4 | 2 | 2C | 0 | 63 | 51 | B | 15D | 62 | 2D |
| Octal | 344 | 2 | 54 | 0 | 143 | 121 | 13 | 535 | 142 | 55 |
| Binary | 11100100 | 10 | 101100 | 0 | 1100011 | 1010001 | 1011 | 101011101 | 1100010 | 101101 |
Color Harmonies of #E4022C
Complementary color
Monochromatic Colors of #E4022C
Black with #E4022C
Text Example
Text Example
White with #E4022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4022C; }
p { color: rgb(228,2,44); }
H1.HeaderClassName
{
color: #E4022C;
}
.AnyTagClassName
{
color: #E4022C;
}
</style>
background-color css
<style>
a { background-color: #E4022C; }
a { background-color: rgb(228,2,44); }
div.DivClassName
{
background-color: #E4022C;
}
.BgClassName
{
background-color: #E4022C;
}
</style>
border-color css
<style>
span { border-color: #E4022C; }
span { border-color: rgb(228,2,44); }
td.TdClassName
{
border-color: #E4022C;
}
.TagClassName
{
border-color: #E4022C;
}
</style>