Shades of Crimson #E5053C
Tints of Crimson #E5053C
RGB
CMYK
RGB Variations
Color information
#E5053C (or 0xE5053C) is known color: Crimson. HEX triplet: E5, 05 and 3C. RGB value is (229,5,60). Sum of RGB (Red+Green+Blue) = 229+5+60=294 (38% of max value = 765). Red value is 229 (89.84% from 255 or 77.89% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 229 - color contains mainly: red. Hex color #E5053C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5053C is #1AFAC3. Grayscale: #4E4E4E. Windows color (decimal): -1768132 or 3933669. OLE color: 3933669.
HSL color Cylindrical-coordinate representation of color #E5053C: hue angle of 345.27º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E5053C is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 60 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.10 |
| HSL | 345.27º | 0.96% | 0.46% | - |
| HSV(B) | 345.27º | 0.98% | 0.9% | - |
| XYZ | 33.18 | 17.09 | 5.83 | - |
| YUV | 78.25 | 117.71 | 235.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 60 | 0 | 0.98 | 0.74 | 0.10 | 345.27 | 0.96 | 0.46 |
| Hex | E5 | 5 | 3C | 0 | 62 | 4A | A | 159 | 60 | 2E |
| Octal | 345 | 5 | 74 | 0 | 142 | 112 | 12 | 531 | 140 | 56 |
| Binary | 11100101 | 101 | 111100 | 0 | 1100010 | 1001010 | 1010 | 101011001 | 1100000 | 101110 |
Color Harmonies of #E5053C
Complementary color
Monochromatic Colors of #E5053C
Black with #E5053C
Text Example
Text Example
White with #E5053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5053C; }
p { color: rgb(229,5,60); }
H1.HeaderClassName
{
color: #E5053C;
}
.AnyTagClassName
{
color: #E5053C;
}
</style>
background-color css
<style>
a { background-color: #E5053C; }
a { background-color: rgb(229,5,60); }
div.DivClassName
{
background-color: #E5053C;
}
.BgClassName
{
background-color: #E5053C;
}
</style>
border-color css
<style>
span { border-color: #E5053C; }
span { border-color: rgb(229,5,60); }
td.TdClassName
{
border-color: #E5053C;
}
.TagClassName
{
border-color: #E5053C;
}
</style>