Shades of Crimson #E0184A
Tints of Crimson #E0184A
RGB
CMYK
RGB Variations
Color information
#E0184A (or 0xE0184A) is known color: Crimson. HEX triplet: E0, 18 and 4A. RGB value is (224,24,74). Sum of RGB (Red+Green+Blue) = 224+24+74=322 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.57% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 224 - color contains mainly: red. Hex color #E0184A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0184A is #1FE7B5. Grayscale: #595959. Windows color (decimal): -2090934 or 4856032. OLE color: 4856032.
HSL color Cylindrical-coordinate representation of color #E0184A: hue angle of 345º 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 #E0184A is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 24 | 74 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.12 |
| HSL | 345º | 0.81% | 0.49% | - |
| HSV(B) | 345º | 0.89% | 0.88% | - |
| XYZ | 32.3 | 16.99 | 8.06 | - |
| YUV | 89.5 | 119.26 | 223.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 24 | 74 | 0 | 0.89 | 0.67 | 0.12 | 345 | 0.81 | 0.49 |
| Hex | E0 | 18 | 4A | 0 | 59 | 43 | C | 159 | 51 | 31 |
| Octal | 340 | 30 | 112 | 0 | 131 | 103 | 14 | 531 | 121 | 61 |
| Binary | 11100000 | 11000 | 1001010 | 0 | 1011001 | 1000011 | 1100 | 101011001 | 1010001 | 110001 |
Color Harmonies of #E0184A
Complementary color
Monochromatic Colors of #E0184A
Black with #E0184A
Text Example
Text Example
White with #E0184A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0184A; }
p { color: rgb(224,24,74); }
H1.HeaderClassName
{
color: #E0184A;
}
.AnyTagClassName
{
color: #E0184A;
}
</style>
background-color css
<style>
a { background-color: #E0184A; }
a { background-color: rgb(224,24,74); }
div.DivClassName
{
background-color: #E0184A;
}
.BgClassName
{
background-color: #E0184A;
}
</style>
border-color css
<style>
span { border-color: #E0184A; }
span { border-color: rgb(224,24,74); }
td.TdClassName
{
border-color: #E0184A;
}
.TagClassName
{
border-color: #E0184A;
}
</style>