Shades of Crimson #E5133D
Tints of Crimson #E5133D
RGB
CMYK
RGB Variations
Color information
#E5133D (or 0xE5133D) is known color: Crimson. HEX triplet: E5, 13 and 3D. RGB value is (229,19,61). Sum of RGB (Red+Green+Blue) = 229+19+61=309 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.11% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 229 - color contains mainly: red. Hex color #E5133D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5133D is #1AECC2. Grayscale: #565656. Windows color (decimal): -1764547 or 4002789. OLE color: 4002789.
HSL color Cylindrical-coordinate representation of color #E5133D: hue angle of 348º 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 #E5133D is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 19 | 61 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.10 |
| HSL | 348º | 0.85% | 0.49% | - |
| HSV(B) | 348º | 0.92% | 0.9% | - |
| XYZ | 33.39 | 17.46 | 6.03 | - |
| YUV | 86.58 | 113.57 | 229.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 19 | 61 | 0 | 0.92 | 0.73 | 0.10 | 348 | 0.85 | 0.49 |
| Hex | E5 | 13 | 3D | 0 | 5C | 49 | A | 15C | 55 | 31 |
| Octal | 345 | 23 | 75 | 0 | 134 | 111 | 12 | 534 | 125 | 61 |
| Binary | 11100101 | 10011 | 111101 | 0 | 1011100 | 1001001 | 1010 | 101011100 | 1010101 | 110001 |
Color Harmonies of #E5133D
Complementary color
Monochromatic Colors of #E5133D
Black with #E5133D
Text Example
Text Example
White with #E5133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5133D; }
p { color: rgb(229,19,61); }
H1.HeaderClassName
{
color: #E5133D;
}
.AnyTagClassName
{
color: #E5133D;
}
</style>
background-color css
<style>
a { background-color: #E5133D; }
a { background-color: rgb(229,19,61); }
div.DivClassName
{
background-color: #E5133D;
}
.BgClassName
{
background-color: #E5133D;
}
</style>
border-color css
<style>
span { border-color: #E5133D; }
span { border-color: rgb(229,19,61); }
td.TdClassName
{
border-color: #E5133D;
}
.TagClassName
{
border-color: #E5133D;
}
</style>