Shades of Crimson #E3184A
Tints of Crimson #E3184A
RGB
CMYK
RGB Variations
Color information
#E3184A (or 0xE3184A) is known color: Crimson. HEX triplet: E3, 18 and 4A. RGB value is (227,24,74). Sum of RGB (Red+Green+Blue) = 227+24+74=325 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.85% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 227 - color contains mainly: red. Hex color #E3184A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3184A is #1CE7B5. Grayscale: #5A5A5A. Windows color (decimal): -1894326 or 4856035. OLE color: 4856035.
HSL color Cylindrical-coordinate representation of color #E3184A: hue angle of 345.22º 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 #E3184A is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 24 | 74 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.11 |
| HSL | 345.22º | 0.81% | 0.49% | - |
| HSV(B) | 345.22º | 0.89% | 0.89% | - |
| XYZ | 33.24 | 17.48 | 8.1 | - |
| YUV | 90.4 | 118.75 | 225.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 24 | 74 | 0 | 0.89 | 0.67 | 0.11 | 345.22 | 0.81 | 0.49 |
| Hex | E3 | 18 | 4A | 0 | 59 | 43 | B | 159 | 51 | 31 |
| Octal | 343 | 30 | 112 | 0 | 131 | 103 | 13 | 531 | 121 | 61 |
| Binary | 11100011 | 11000 | 1001010 | 0 | 1011001 | 1000011 | 1011 | 101011001 | 1010001 | 110001 |
Color Harmonies of #E3184A
Complementary color
Monochromatic Colors of #E3184A
Black with #E3184A
Text Example
Text Example
White with #E3184A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3184A; }
p { color: rgb(227,24,74); }
H1.HeaderClassName
{
color: #E3184A;
}
.AnyTagClassName
{
color: #E3184A;
}
</style>
background-color css
<style>
a { background-color: #E3184A; }
a { background-color: rgb(227,24,74); }
div.DivClassName
{
background-color: #E3184A;
}
.BgClassName
{
background-color: #E3184A;
}
</style>
border-color css
<style>
span { border-color: #E3184A; }
span { border-color: rgb(227,24,74); }
td.TdClassName
{
border-color: #E3184A;
}
.TagClassName
{
border-color: #E3184A;
}
</style>