Shades of Crimson #E0184D
Tints of Crimson #E0184D
RGB
CMYK
RGB Variations
Color information
#E0184D (or 0xE0184D) is known color: Crimson. HEX triplet: E0, 18 and 4D. RGB value is (224,24,77). Sum of RGB (Red+Green+Blue) = 224+24+77=325 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.92% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 224 - color contains mainly: red. Hex color #E0184D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0184D is #1FE7B2. Grayscale: #595959. Windows color (decimal): -2090931 or 5052640. OLE color: 5052640.
HSL color Cylindrical-coordinate representation of color #E0184D: hue angle of 344.1º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E0184D is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 24 | 77 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.12 |
| HSL | 344.1º | 0.81% | 0.49% | - |
| HSV(B) | 344.1º | 0.89% | 0.88% | - |
| XYZ | 32.41 | 17.04 | 8.6 | - |
| YUV | 89.84 | 120.76 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 24 | 77 | 0 | 0.89 | 0.66 | 0.12 | 344.1 | 0.81 | 0.49 |
| Hex | E0 | 18 | 4D | 0 | 59 | 42 | C | 158 | 51 | 31 |
| Octal | 340 | 30 | 115 | 0 | 131 | 102 | 14 | 530 | 121 | 61 |
| Binary | 11100000 | 11000 | 1001101 | 0 | 1011001 | 1000010 | 1100 | 101011000 | 1010001 | 110001 |
Color Harmonies of #E0184D
Complementary color
Monochromatic Colors of #E0184D
Black with #E0184D
Text Example
Text Example
White with #E0184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0184D; }
p { color: rgb(224,24,77); }
H1.HeaderClassName
{
color: #E0184D;
}
.AnyTagClassName
{
color: #E0184D;
}
</style>
background-color css
<style>
a { background-color: #E0184D; }
a { background-color: rgb(224,24,77); }
div.DivClassName
{
background-color: #E0184D;
}
.BgClassName
{
background-color: #E0184D;
}
</style>
border-color css
<style>
span { border-color: #E0184D; }
span { border-color: rgb(224,24,77); }
td.TdClassName
{
border-color: #E0184D;
}
.TagClassName
{
border-color: #E0184D;
}
</style>