Shades of Crimson #E5152D
Tints of Crimson #E5152D
RGB
CMYK
RGB Variations
Color information
#E5152D (or 0xE5152D) is known color: Crimson. HEX triplet: E5, 15 and 2D. RGB value is (229,21,45). Sum of RGB (Red+Green+Blue) = 229+21+45=295 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.63% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 229 - color contains mainly: red. Hex color #E5152D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5152D is #1AEAD2. Grayscale: #565656. Windows color (decimal): -1764051 or 2954725. OLE color: 2954725.
HSL color Cylindrical-coordinate representation of color #E5152D: hue angle of 353.08º 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 #E5152D is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 21 | 45 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.10 |
| HSL | 353.08º | 0.83% | 0.49% | - |
| HSV(B) | 353.08º | 0.91% | 0.9% | - |
| XYZ | 33.05 | 17.38 | 4.1 | - |
| YUV | 85.93 | 104.91 | 230.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 45 | 0 | 0.91 | 0.80 | 0.10 | 353.08 | 0.83 | 0.49 |
| Hex | E5 | 15 | 2D | 0 | 5B | 50 | A | 161 | 53 | 31 |
| Octal | 345 | 25 | 55 | 0 | 133 | 120 | 12 | 541 | 123 | 61 |
| Binary | 11100101 | 10101 | 101101 | 0 | 1011011 | 1010000 | 1010 | 101100001 | 1010011 | 110001 |
Color Harmonies of #E5152D
Complementary color
Monochromatic Colors of #E5152D
Black with #E5152D
Text Example
Text Example
White with #E5152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5152D; }
p { color: rgb(229,21,45); }
H1.HeaderClassName
{
color: #E5152D;
}
.AnyTagClassName
{
color: #E5152D;
}
</style>
background-color css
<style>
a { background-color: #E5152D; }
a { background-color: rgb(229,21,45); }
div.DivClassName
{
background-color: #E5152D;
}
.BgClassName
{
background-color: #E5152D;
}
</style>
border-color css
<style>
span { border-color: #E5152D; }
span { border-color: rgb(229,21,45); }
td.TdClassName
{
border-color: #E5152D;
}
.TagClassName
{
border-color: #E5152D;
}
</style>