Shades of Crimson #E5132A
Tints of Crimson #E5132A
RGB
CMYK
RGB Variations
Color information
#E5132A (or 0xE5132A) is known color: Crimson. HEX triplet: E5, 13 and 2A. RGB value is (229,19,42). Sum of RGB (Red+Green+Blue) = 229+19+42=290 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.97% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 42 (16.80% from 255 or 14.48% from 290); Max value from RGB is 229 - color contains mainly: red. Hex color #E5132A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5132A is #1AECD5. Grayscale: #545454. Windows color (decimal): -1764566 or 2757605. OLE color: 2757605.
HSL color Cylindrical-coordinate representation of color #E5132A: hue angle of 353.43º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E5132A is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 19 | 42 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.10 |
| HSL | 353.43º | 0.85% | 0.49% | - |
| HSV(B) | 353.43º | 0.92% | 0.9% | - |
| XYZ | 32.96 | 17.29 | 3.79 | - |
| YUV | 84.41 | 104.07 | 231.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 19 | 42 | 0 | 0.92 | 0.82 | 0.10 | 353.43 | 0.85 | 0.49 |
| Hex | E5 | 13 | 2A | 0 | 5C | 52 | A | 161 | 55 | 31 |
| Octal | 345 | 23 | 52 | 0 | 134 | 122 | 12 | 541 | 125 | 61 |
| Binary | 11100101 | 10011 | 101010 | 0 | 1011100 | 1010010 | 1010 | 101100001 | 1010101 | 110001 |
Color Harmonies of #E5132A
Complementary color
Monochromatic Colors of #E5132A
Black with #E5132A
Text Example
Text Example
White with #E5132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5132A; }
p { color: rgb(229,19,42); }
H1.HeaderClassName
{
color: #E5132A;
}
.AnyTagClassName
{
color: #E5132A;
}
</style>
background-color css
<style>
a { background-color: #E5132A; }
a { background-color: rgb(229,19,42); }
div.DivClassName
{
background-color: #E5132A;
}
.BgClassName
{
background-color: #E5132A;
}
</style>
border-color css
<style>
span { border-color: #E5132A; }
span { border-color: rgb(229,19,42); }
td.TdClassName
{
border-color: #E5132A;
}
.TagClassName
{
border-color: #E5132A;
}
</style>