Shades of Crimson #E2053F
Tints of Crimson #E2053F
RGB
CMYK
RGB Variations
Color information
#E2053F (or 0xE2053F) is known color: Crimson. HEX triplet: E2, 05 and 3F. RGB value is (226,5,63). Sum of RGB (Red+Green+Blue) = 226+5+63=294 (38% of max value = 765). Red value is 226 (88.67% from 255 or 76.87% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 226 - color contains mainly: red. Hex color #E2053F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2053F is #1DFAC0. Grayscale: #4D4D4D. Windows color (decimal): -1964737 or 4130274. OLE color: 4130274.
HSL color Cylindrical-coordinate representation of color #E2053F: hue angle of 344.25º 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 #E2053F is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 5 | 63 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.11 |
| HSL | 344.25º | 0.96% | 0.45% | - |
| HSV(B) | 344.25º | 0.98% | 0.89% | - |
| XYZ | 32.32 | 16.64 | 6.21 | - |
| YUV | 77.69 | 119.72 | 233.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 5 | 63 | 0 | 0.98 | 0.72 | 0.11 | 344.25 | 0.96 | 0.45 |
| Hex | E2 | 5 | 3F | 0 | 62 | 48 | B | 158 | 60 | 2D |
| Octal | 342 | 5 | 77 | 0 | 142 | 110 | 13 | 530 | 140 | 55 |
| Binary | 11100010 | 101 | 111111 | 0 | 1100010 | 1001000 | 1011 | 101011000 | 1100000 | 101101 |
Color Harmonies of #E2053F
Complementary color
Monochromatic Colors of #E2053F
Black with #E2053F
Text Example
Text Example
White with #E2053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2053F; }
p { color: rgb(226,5,63); }
H1.HeaderClassName
{
color: #E2053F;
}
.AnyTagClassName
{
color: #E2053F;
}
</style>
background-color css
<style>
a { background-color: #E2053F; }
a { background-color: rgb(226,5,63); }
div.DivClassName
{
background-color: #E2053F;
}
.BgClassName
{
background-color: #E2053F;
}
</style>
border-color css
<style>
span { border-color: #E2053F; }
span { border-color: rgb(226,5,63); }
td.TdClassName
{
border-color: #E2053F;
}
.TagClassName
{
border-color: #E2053F;
}
</style>