Shades of Crimson #E5184B
Tints of Crimson #E5184B
RGB
CMYK
RGB Variations
Color information
#E5184B (or 0xE5184B) is known color: Crimson. HEX triplet: E5, 18 and 4B. RGB value is (229,24,75). Sum of RGB (Red+Green+Blue) = 229+24+75=328 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.82% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 229 - color contains mainly: red. Hex color #E5184B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5184B is #1AE7B4. Grayscale: #5B5B5B. Windows color (decimal): -1763253 or 4921573. OLE color: 4921573.
HSL color Cylindrical-coordinate representation of color #E5184B: hue angle of 345.07º 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 #E5184B is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 24 | 75 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.10 |
| HSL | 345.07º | 0.81% | 0.5% | - |
| HSV(B) | 345.07º | 0.9% | 0.9% | - |
| XYZ | 33.91 | 17.82 | 8.31 | - |
| YUV | 91.11 | 118.92 | 226.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 24 | 75 | 0 | 0.90 | 0.67 | 0.10 | 345.07 | 0.81 | 0.5 |
| Hex | E5 | 18 | 4B | 0 | 5A | 43 | A | 159 | 51 | 32 |
| Octal | 345 | 30 | 113 | 0 | 132 | 103 | 12 | 531 | 121 | 62 |
| Binary | 11100101 | 11000 | 1001011 | 0 | 1011010 | 1000011 | 1010 | 101011001 | 1010001 | 110010 |
Color Harmonies of #E5184B
Complementary color
Monochromatic Colors of #E5184B
Black with #E5184B
Text Example
Text Example
White with #E5184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5184B; }
p { color: rgb(229,24,75); }
H1.HeaderClassName
{
color: #E5184B;
}
.AnyTagClassName
{
color: #E5184B;
}
</style>
background-color css
<style>
a { background-color: #E5184B; }
a { background-color: rgb(229,24,75); }
div.DivClassName
{
background-color: #E5184B;
}
.BgClassName
{
background-color: #E5184B;
}
</style>
border-color css
<style>
span { border-color: #E5184B; }
span { border-color: rgb(229,24,75); }
td.TdClassName
{
border-color: #E5184B;
}
.TagClassName
{
border-color: #E5184B;
}
</style>