Shades of Crimson #E2053C
Tints of Crimson #E2053C
RGB
CMYK
RGB Variations
Color information
#E2053C (or 0xE2053C) is known color: Crimson. HEX triplet: E2, 05 and 3C. RGB value is (226,5,60). Sum of RGB (Red+Green+Blue) = 226+5+60=291 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.66% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 226 - color contains mainly: red. Hex color #E2053C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2053C is #1DFAC3. Grayscale: #4D4D4D. Windows color (decimal): -1964740 or 3933666. OLE color: 3933666.
HSL color Cylindrical-coordinate representation of color #E2053C: hue angle of 345.07º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E2053C is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 5 | 60 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.11 |
| HSL | 345.07º | 0.96% | 0.45% | - |
| HSV(B) | 345.07º | 0.98% | 0.89% | - |
| XYZ | 32.23 | 16.6 | 5.78 | - |
| YUV | 77.35 | 118.22 | 234.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 5 | 60 | 0 | 0.98 | 0.73 | 0.11 | 345.07 | 0.96 | 0.45 |
| Hex | E2 | 5 | 3C | 0 | 62 | 49 | B | 159 | 60 | 2D |
| Octal | 342 | 5 | 74 | 0 | 142 | 111 | 13 | 531 | 140 | 55 |
| Binary | 11100010 | 101 | 111100 | 0 | 1100010 | 1001001 | 1011 | 101011001 | 1100000 | 101101 |
Color Harmonies of #E2053C
Complementary color
Monochromatic Colors of #E2053C
Black with #E2053C
Text Example
Text Example
White with #E2053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2053C; }
p { color: rgb(226,5,60); }
H1.HeaderClassName
{
color: #E2053C;
}
.AnyTagClassName
{
color: #E2053C;
}
</style>
background-color css
<style>
a { background-color: #E2053C; }
a { background-color: rgb(226,5,60); }
div.DivClassName
{
background-color: #E2053C;
}
.BgClassName
{
background-color: #E2053C;
}
</style>
border-color css
<style>
span { border-color: #E2053C; }
span { border-color: rgb(226,5,60); }
td.TdClassName
{
border-color: #E2053C;
}
.TagClassName
{
border-color: #E2053C;
}
</style>