Shades of Crimson #E7152F
Tints of Crimson #E7152F
RGB
CMYK
RGB Variations
Color information
#E7152F (or 0xE7152F) is known color: Crimson. HEX triplet: E7, 15 and 2F. RGB value is (231,21,47). Sum of RGB (Red+Green+Blue) = 231+21+47=299 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77.26% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 231 - color contains mainly: red. Hex color #E7152F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7152F is #18EAD0. Grayscale: #565656. Windows color (decimal): -1632977 or 3085799. OLE color: 3085799.
HSL color Cylindrical-coordinate representation of color #E7152F: hue angle of 352.57º 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 #E7152F is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 21 | 47 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.09 |
| HSL | 352.57º | 0.83% | 0.49% | - |
| HSV(B) | 352.57º | 0.91% | 0.91% | - |
| XYZ | 33.74 | 17.73 | 4.33 | - |
| YUV | 86.75 | 105.57 | 230.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 21 | 47 | 0 | 0.91 | 0.80 | 0.09 | 352.57 | 0.83 | 0.49 |
| Hex | E7 | 15 | 2F | 0 | 5B | 50 | 9 | 161 | 53 | 31 |
| Octal | 347 | 25 | 57 | 0 | 133 | 120 | 11 | 541 | 123 | 61 |
| Binary | 11100111 | 10101 | 101111 | 0 | 1011011 | 1010000 | 1001 | 101100001 | 1010011 | 110001 |
Color Harmonies of #E7152F
Complementary color
Monochromatic Colors of #E7152F
Black with #E7152F
Text Example
Text Example
White with #E7152F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7152F; }
p { color: rgb(231,21,47); }
H1.HeaderClassName
{
color: #E7152F;
}
.AnyTagClassName
{
color: #E7152F;
}
</style>
background-color css
<style>
a { background-color: #E7152F; }
a { background-color: rgb(231,21,47); }
div.DivClassName
{
background-color: #E7152F;
}
.BgClassName
{
background-color: #E7152F;
}
</style>
border-color css
<style>
span { border-color: #E7152F; }
span { border-color: rgb(231,21,47); }
td.TdClassName
{
border-color: #E7152F;
}
.TagClassName
{
border-color: #E7152F;
}
</style>