Shades of Crimson #E5122F
Tints of Crimson #E5122F
RGB
CMYK
RGB Variations
Color information
#E5122F (or 0xE5122F) is known color: Crimson. HEX triplet: E5, 12 and 2F. RGB value is (229,18,47). Sum of RGB (Red+Green+Blue) = 229+18+47=294 (38% of max value = 765). Red value is 229 (89.84% from 255 or 77.89% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 229 - color contains mainly: red. Hex color #E5122F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5122F is #1AEDD0. Grayscale: #545454. Windows color (decimal): -1764817 or 3085029. OLE color: 3085029.
HSL color Cylindrical-coordinate representation of color #E5122F: hue angle of 351.75º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E5122F is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 18 | 47 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.10 |
| HSL | 351.75º | 0.85% | 0.48% | - |
| HSV(B) | 351.75º | 0.92% | 0.9% | - |
| XYZ | 33.04 | 17.3 | 4.29 | - |
| YUV | 84.4 | 106.9 | 231.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 47 | 0 | 0.92 | 0.79 | 0.10 | 351.75 | 0.85 | 0.48 |
| Hex | E5 | 12 | 2F | 0 | 5C | 4F | A | 160 | 55 | 30 |
| Octal | 345 | 22 | 57 | 0 | 134 | 117 | 12 | 540 | 125 | 60 |
| Binary | 11100101 | 10010 | 101111 | 0 | 1011100 | 1001111 | 1010 | 101100000 | 1010101 | 110000 |
Color Harmonies of #E5122F
Complementary color
Monochromatic Colors of #E5122F
Black with #E5122F
Text Example
Text Example
White with #E5122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5122F; }
p { color: rgb(229,18,47); }
H1.HeaderClassName
{
color: #E5122F;
}
.AnyTagClassName
{
color: #E5122F;
}
</style>
background-color css
<style>
a { background-color: #E5122F; }
a { background-color: rgb(229,18,47); }
div.DivClassName
{
background-color: #E5122F;
}
.BgClassName
{
background-color: #E5122F;
}
</style>
border-color css
<style>
span { border-color: #E5122F; }
span { border-color: rgb(229,18,47); }
td.TdClassName
{
border-color: #E5122F;
}
.TagClassName
{
border-color: #E5122F;
}
</style>