Shades of Crimson #E7133A
Tints of Crimson #E7133A
RGB
CMYK
RGB Variations
Color information
#E7133A (or 0xE7133A) is known color: Crimson. HEX triplet: E7, 13 and 3A. RGB value is (231,19,58). Sum of RGB (Red+Green+Blue) = 231+19+58=308 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 231 - color contains mainly: red. Hex color #E7133A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7133A is #18ECC5. Grayscale: #565656. Windows color (decimal): -1633478 or 3806183. OLE color: 3806183.
HSL color Cylindrical-coordinate representation of color #E7133A: hue angle of 348.96º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E7133A is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 19 | 58 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.09 |
| HSL | 348.96º | 0.85% | 0.49% | - |
| HSV(B) | 348.96º | 0.92% | 0.91% | - |
| XYZ | 33.95 | 17.76 | 5.64 | - |
| YUV | 86.83 | 111.74 | 230.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 19 | 58 | 0 | 0.92 | 0.75 | 0.09 | 348.96 | 0.85 | 0.49 |
| Hex | E7 | 13 | 3A | 0 | 5C | 4B | 9 | 15D | 55 | 31 |
| Octal | 347 | 23 | 72 | 0 | 134 | 113 | 11 | 535 | 125 | 61 |
| Binary | 11100111 | 10011 | 111010 | 0 | 1011100 | 1001011 | 1001 | 101011101 | 1010101 | 110001 |
Color Harmonies of #E7133A
Complementary color
Monochromatic Colors of #E7133A
Black with #E7133A
Text Example
Text Example
White with #E7133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7133A; }
p { color: rgb(231,19,58); }
H1.HeaderClassName
{
color: #E7133A;
}
.AnyTagClassName
{
color: #E7133A;
}
</style>
background-color css
<style>
a { background-color: #E7133A; }
a { background-color: rgb(231,19,58); }
div.DivClassName
{
background-color: #E7133A;
}
.BgClassName
{
background-color: #E7133A;
}
</style>
border-color css
<style>
span { border-color: #E7133A; }
span { border-color: rgb(231,19,58); }
td.TdClassName
{
border-color: #E7133A;
}
.TagClassName
{
border-color: #E7133A;
}
</style>