Shades of Crimson #E5183A
Tints of Crimson #E5183A
RGB
CMYK
RGB Variations
Color information
#E5183A (or 0xE5183A) is known color: Crimson. HEX triplet: E5, 18 and 3A. RGB value is (229,24,58). Sum of RGB (Red+Green+Blue) = 229+24+58=311 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.63% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 229 - color contains mainly: red. Hex color #E5183A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5183A is #1AE7C5. Grayscale: #595959. Windows color (decimal): -1763270 or 3807461. OLE color: 3807461.
HSL color Cylindrical-coordinate representation of color #E5183A: hue angle of 350.05º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5183A is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 24 | 58 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.10 |
| HSL | 350.05º | 0.81% | 0.5% | - |
| HSV(B) | 350.05º | 0.9% | 0.9% | - |
| XYZ | 33.4 | 17.62 | 5.64 | - |
| YUV | 89.17 | 110.42 | 227.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 24 | 58 | 0 | 0.90 | 0.75 | 0.10 | 350.05 | 0.81 | 0.5 |
| Hex | E5 | 18 | 3A | 0 | 5A | 4B | A | 15E | 51 | 32 |
| Octal | 345 | 30 | 72 | 0 | 132 | 113 | 12 | 536 | 121 | 62 |
| Binary | 11100101 | 11000 | 111010 | 0 | 1011010 | 1001011 | 1010 | 101011110 | 1010001 | 110010 |
Color Harmonies of #E5183A
Complementary color
Monochromatic Colors of #E5183A
Black with #E5183A
Text Example
Text Example
White with #E5183A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5183A; }
p { color: rgb(229,24,58); }
H1.HeaderClassName
{
color: #E5183A;
}
.AnyTagClassName
{
color: #E5183A;
}
</style>
background-color css
<style>
a { background-color: #E5183A; }
a { background-color: rgb(229,24,58); }
div.DivClassName
{
background-color: #E5183A;
}
.BgClassName
{
background-color: #E5183A;
}
</style>
border-color css
<style>
span { border-color: #E5183A; }
span { border-color: rgb(229,24,58); }
td.TdClassName
{
border-color: #E5183A;
}
.TagClassName
{
border-color: #E5183A;
}
</style>