Shades of Crimson #E7153A
Tints of Crimson #E7153A
RGB
CMYK
RGB Variations
Color information
#E7153A (or 0xE7153A) is known color: Crimson. HEX triplet: E7, 15 and 3A. RGB value is (231,21,58). Sum of RGB (Red+Green+Blue) = 231+21+58=310 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.52% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 231 - color contains mainly: red. Hex color #E7153A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7153A is #18EAC5. Grayscale: #585858. Windows color (decimal): -1632966 or 3806695. OLE color: 3806695.
HSL color Cylindrical-coordinate representation of color #E7153A: hue angle of 349.43º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E7153A is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 21 | 58 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.09 |
| HSL | 349.43º | 0.83% | 0.49% | - |
| HSV(B) | 349.43º | 0.91% | 0.91% | - |
| XYZ | 33.99 | 17.83 | 5.65 | - |
| YUV | 88.01 | 111.07 | 229.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 21 | 58 | 0 | 0.91 | 0.75 | 0.09 | 349.43 | 0.83 | 0.49 |
| Hex | E7 | 15 | 3A | 0 | 5B | 4B | 9 | 15D | 53 | 31 |
| Octal | 347 | 25 | 72 | 0 | 133 | 113 | 11 | 535 | 123 | 61 |
| Binary | 11100111 | 10101 | 111010 | 0 | 1011011 | 1001011 | 1001 | 101011101 | 1010011 | 110001 |
Color Harmonies of #E7153A
Complementary color
Monochromatic Colors of #E7153A
Black with #E7153A
Text Example
Text Example
White with #E7153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7153A; }
p { color: rgb(231,21,58); }
H1.HeaderClassName
{
color: #E7153A;
}
.AnyTagClassName
{
color: #E7153A;
}
</style>
background-color css
<style>
a { background-color: #E7153A; }
a { background-color: rgb(231,21,58); }
div.DivClassName
{
background-color: #E7153A;
}
.BgClassName
{
background-color: #E7153A;
}
</style>
border-color css
<style>
span { border-color: #E7153A; }
span { border-color: rgb(231,21,58); }
td.TdClassName
{
border-color: #E7153A;
}
.TagClassName
{
border-color: #E7153A;
}
</style>