Shades of Crimson #E5133A
Tints of Crimson #E5133A
RGB
CMYK
RGB Variations
Color information
#E5133A (or 0xE5133A) is known color: Crimson. HEX triplet: E5, 13 and 3A. RGB value is (229,19,58). Sum of RGB (Red+Green+Blue) = 229+19+58=306 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.84% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 229 - color contains mainly: red. Hex color #E5133A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5133A is #1AECC5. Grayscale: #565656. Windows color (decimal): -1764550 or 3806181. OLE color: 3806181.
HSL color Cylindrical-coordinate representation of color #E5133A: hue angle of 348.86º 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 #E5133A is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 19 | 58 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.10 |
| HSL | 348.86º | 0.85% | 0.49% | - |
| HSV(B) | 348.86º | 0.92% | 0.9% | - |
| XYZ | 33.31 | 17.43 | 5.61 | - |
| YUV | 86.24 | 112.07 | 229.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 19 | 58 | 0 | 0.92 | 0.75 | 0.10 | 348.86 | 0.85 | 0.49 |
| Hex | E5 | 13 | 3A | 0 | 5C | 4B | A | 15D | 55 | 31 |
| Octal | 345 | 23 | 72 | 0 | 134 | 113 | 12 | 535 | 125 | 61 |
| Binary | 11100101 | 10011 | 111010 | 0 | 1011100 | 1001011 | 1010 | 101011101 | 1010101 | 110001 |
Color Harmonies of #E5133A
Complementary color
Monochromatic Colors of #E5133A
Black with #E5133A
Text Example
Text Example
White with #E5133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5133A; }
p { color: rgb(229,19,58); }
H1.HeaderClassName
{
color: #E5133A;
}
.AnyTagClassName
{
color: #E5133A;
}
</style>
background-color css
<style>
a { background-color: #E5133A; }
a { background-color: rgb(229,19,58); }
div.DivClassName
{
background-color: #E5133A;
}
.BgClassName
{
background-color: #E5133A;
}
</style>
border-color css
<style>
span { border-color: #E5133A; }
span { border-color: rgb(229,19,58); }
td.TdClassName
{
border-color: #E5133A;
}
.TagClassName
{
border-color: #E5133A;
}
</style>