Shades of Crimson #E2184A
Tints of Crimson #E2184A
RGB
CMYK
RGB Variations
Color information
#E2184A (or 0xE2184A) is known color: Crimson. HEX triplet: E2, 18 and 4A. RGB value is (226,24,74). Sum of RGB (Red+Green+Blue) = 226+24+74=324 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.75% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 226 - color contains mainly: red. Hex color #E2184A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2184A is #1DE7B5. Grayscale: #5A5A5A. Windows color (decimal): -1959862 or 4856034. OLE color: 4856034.
HSL color Cylindrical-coordinate representation of color #E2184A: hue angle of 345.15º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E2184A is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 24 | 74 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.11 |
| HSL | 345.15º | 0.81% | 0.49% | - |
| HSV(B) | 345.15º | 0.89% | 0.89% | - |
| XYZ | 32.93 | 17.32 | 8.09 | - |
| YUV | 90.1 | 118.92 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 24 | 74 | 0 | 0.89 | 0.67 | 0.11 | 345.15 | 0.81 | 0.49 |
| Hex | E2 | 18 | 4A | 0 | 59 | 43 | B | 159 | 51 | 31 |
| Octal | 342 | 30 | 112 | 0 | 131 | 103 | 13 | 531 | 121 | 61 |
| Binary | 11100010 | 11000 | 1001010 | 0 | 1011001 | 1000011 | 1011 | 101011001 | 1010001 | 110001 |
Color Harmonies of #E2184A
Complementary color
Monochromatic Colors of #E2184A
Black with #E2184A
Text Example
Text Example
White with #E2184A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2184A; }
p { color: rgb(226,24,74); }
H1.HeaderClassName
{
color: #E2184A;
}
.AnyTagClassName
{
color: #E2184A;
}
</style>
background-color css
<style>
a { background-color: #E2184A; }
a { background-color: rgb(226,24,74); }
div.DivClassName
{
background-color: #E2184A;
}
.BgClassName
{
background-color: #E2184A;
}
</style>
border-color css
<style>
span { border-color: #E2184A; }
span { border-color: rgb(226,24,74); }
td.TdClassName
{
border-color: #E2184A;
}
.TagClassName
{
border-color: #E2184A;
}
</style>