Shades of Crimson #E5133C
Tints of Crimson #E5133C
RGB
CMYK
RGB Variations
Color information
#E5133C (or 0xE5133C) is known color: Crimson. HEX triplet: E5, 13 and 3C. RGB value is (229,19,60). Sum of RGB (Red+Green+Blue) = 229+19+60=308 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.35% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 229 - color contains mainly: red. Hex color #E5133C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5133C is #1AECC3. Grayscale: #565656. Windows color (decimal): -1764548 or 3937253. OLE color: 3937253.
HSL color Cylindrical-coordinate representation of color #E5133C: hue angle of 348.29º 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 #E5133C is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 19 | 60 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.10 |
| HSL | 348.29º | 0.85% | 0.49% | - |
| HSV(B) | 348.29º | 0.92% | 0.9% | - |
| XYZ | 33.36 | 17.45 | 5.88 | - |
| YUV | 86.46 | 113.07 | 229.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 19 | 60 | 0 | 0.92 | 0.74 | 0.10 | 348.29 | 0.85 | 0.49 |
| Hex | E5 | 13 | 3C | 0 | 5C | 4A | A | 15C | 55 | 31 |
| Octal | 345 | 23 | 74 | 0 | 134 | 112 | 12 | 534 | 125 | 61 |
| Binary | 11100101 | 10011 | 111100 | 0 | 1011100 | 1001010 | 1010 | 101011100 | 1010101 | 110001 |
Color Harmonies of #E5133C
Complementary color
Monochromatic Colors of #E5133C
Black with #E5133C
Text Example
Text Example
White with #E5133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5133C; }
p { color: rgb(229,19,60); }
H1.HeaderClassName
{
color: #E5133C;
}
.AnyTagClassName
{
color: #E5133C;
}
</style>
background-color css
<style>
a { background-color: #E5133C; }
a { background-color: rgb(229,19,60); }
div.DivClassName
{
background-color: #E5133C;
}
.BgClassName
{
background-color: #E5133C;
}
</style>
border-color css
<style>
span { border-color: #E5133C; }
span { border-color: rgb(229,19,60); }
td.TdClassName
{
border-color: #E5133C;
}
.TagClassName
{
border-color: #E5133C;
}
</style>