Shades of Crimson #E7184B
Tints of Crimson #E7184B
RGB
CMYK
RGB Variations
Color information
#E7184B (or 0xE7184B) is known color: Crimson. HEX triplet: E7, 18 and 4B. RGB value is (231,24,75). Sum of RGB (Red+Green+Blue) = 231+24+75=330 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 231 - color contains mainly: red. Hex color #E7184B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7184B is #18E7B4. Grayscale: #5B5B5B. Windows color (decimal): -1632181 or 4921575. OLE color: 4921575.
HSL color Cylindrical-coordinate representation of color #E7184B: hue angle of 345.22º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E7184B is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 24 | 75 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.09 |
| HSL | 345.22º | 0.81% | 0.5% | - |
| HSV(B) | 345.22º | 0.9% | 0.91% | - |
| XYZ | 34.55 | 18.15 | 8.34 | - |
| YUV | 91.71 | 118.58 | 227.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 24 | 75 | 0 | 0.90 | 0.68 | 0.09 | 345.22 | 0.81 | 0.5 |
| Hex | E7 | 18 | 4B | 0 | 5A | 44 | 9 | 159 | 51 | 32 |
| Octal | 347 | 30 | 113 | 0 | 132 | 104 | 11 | 531 | 121 | 62 |
| Binary | 11100111 | 11000 | 1001011 | 0 | 1011010 | 1000100 | 1001 | 101011001 | 1010001 | 110010 |
Color Harmonies of #E7184B
Complementary color
Monochromatic Colors of #E7184B
Black with #E7184B
Text Example
Text Example
White with #E7184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7184B; }
p { color: rgb(231,24,75); }
H1.HeaderClassName
{
color: #E7184B;
}
.AnyTagClassName
{
color: #E7184B;
}
</style>
background-color css
<style>
a { background-color: #E7184B; }
a { background-color: rgb(231,24,75); }
div.DivClassName
{
background-color: #E7184B;
}
.BgClassName
{
background-color: #E7184B;
}
</style>
border-color css
<style>
span { border-color: #E7184B; }
span { border-color: rgb(231,24,75); }
td.TdClassName
{
border-color: #E7184B;
}
.TagClassName
{
border-color: #E7184B;
}
</style>