Shades of Crimson #E7183A
Tints of Crimson #E7183A
RGB
CMYK
RGB Variations
Color information
#E7183A (or 0xE7183A) is known color: Crimson. HEX triplet: E7, 18 and 3A. RGB value is (231,24,58). Sum of RGB (Red+Green+Blue) = 231+24+58=313 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.80% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 231 - color contains mainly: red. Hex color #E7183A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7183A is #18E7C5. Grayscale: #595959. Windows color (decimal): -1632198 or 3807463. OLE color: 3807463.
HSL color Cylindrical-coordinate representation of color #E7183A: hue angle of 350.14º 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 #E7183A is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 24 | 58 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.09 |
| HSL | 350.14º | 0.81% | 0.5% | - |
| HSV(B) | 350.14º | 0.9% | 0.91% | - |
| XYZ | 34.05 | 17.95 | 5.67 | - |
| YUV | 89.77 | 110.08 | 228.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 24 | 58 | 0 | 0.90 | 0.75 | 0.09 | 350.14 | 0.81 | 0.5 |
| Hex | E7 | 18 | 3A | 0 | 5A | 4B | 9 | 15E | 51 | 32 |
| Octal | 347 | 30 | 72 | 0 | 132 | 113 | 11 | 536 | 121 | 62 |
| Binary | 11100111 | 11000 | 111010 | 0 | 1011010 | 1001011 | 1001 | 101011110 | 1010001 | 110010 |
Color Harmonies of #E7183A
Complementary color
Monochromatic Colors of #E7183A
Black with #E7183A
Text Example
Text Example
White with #E7183A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7183A; }
p { color: rgb(231,24,58); }
H1.HeaderClassName
{
color: #E7183A;
}
.AnyTagClassName
{
color: #E7183A;
}
</style>
background-color css
<style>
a { background-color: #E7183A; }
a { background-color: rgb(231,24,58); }
div.DivClassName
{
background-color: #E7183A;
}
.BgClassName
{
background-color: #E7183A;
}
</style>
border-color css
<style>
span { border-color: #E7183A; }
span { border-color: rgb(231,24,58); }
td.TdClassName
{
border-color: #E7183A;
}
.TagClassName
{
border-color: #E7183A;
}
</style>