Shades of Crimson #E5152F
Tints of Crimson #E5152F
RGB
CMYK
RGB Variations
Color information
#E5152F (or 0xE5152F) is known color: Crimson. HEX triplet: E5, 15 and 2F. RGB value is (229,21,47). Sum of RGB (Red+Green+Blue) = 229+21+47=297 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.10% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 229 - color contains mainly: red. Hex color #E5152F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5152F is #1AEAD0. Grayscale: #565656. Windows color (decimal): -1764049 or 3085797. OLE color: 3085797.
HSL color Cylindrical-coordinate representation of color #E5152F: hue angle of 352.5º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E5152F is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 21 | 47 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.10 |
| HSL | 352.5º | 0.83% | 0.49% | - |
| HSV(B) | 352.5º | 0.91% | 0.9% | - |
| XYZ | 33.09 | 17.4 | 4.3 | - |
| YUV | 86.16 | 105.91 | 229.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 47 | 0 | 0.91 | 0.79 | 0.10 | 352.5 | 0.83 | 0.49 |
| Hex | E5 | 15 | 2F | 0 | 5B | 4F | A | 160 | 53 | 31 |
| Octal | 345 | 25 | 57 | 0 | 133 | 117 | 12 | 540 | 123 | 61 |
| Binary | 11100101 | 10101 | 101111 | 0 | 1011011 | 1001111 | 1010 | 101100000 | 1010011 | 110001 |
Color Harmonies of #E5152F
Complementary color
Monochromatic Colors of #E5152F
Black with #E5152F
Text Example
Text Example
White with #E5152F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5152F; }
p { color: rgb(229,21,47); }
H1.HeaderClassName
{
color: #E5152F;
}
.AnyTagClassName
{
color: #E5152F;
}
</style>
background-color css
<style>
a { background-color: #E5152F; }
a { background-color: rgb(229,21,47); }
div.DivClassName
{
background-color: #E5152F;
}
.BgClassName
{
background-color: #E5152F;
}
</style>
border-color css
<style>
span { border-color: #E5152F; }
span { border-color: rgb(229,21,47); }
td.TdClassName
{
border-color: #E5152F;
}
.TagClassName
{
border-color: #E5152F;
}
</style>