Shades of Crimson #E2052B
Tints of Crimson #E2052B
RGB
CMYK
RGB Variations
Color information
#E2052B (or 0xE2052B) is known color: Crimson. HEX triplet: E2, 05 and 2B. RGB value is (226,5,43). Sum of RGB (Red+Green+Blue) = 226+5+43=274 (36% of max value = 765). Red value is 226 (88.67% from 255 or 82.48% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 226 - color contains mainly: red. Hex color #E2052B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2052B is #1DFAD4. Grayscale: #4B4B4B. Windows color (decimal): -1964757 or 2819554. OLE color: 2819554.
HSL color Cylindrical-coordinate representation of color #E2052B: hue angle of 349.68º 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 #E2052B is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 5 | 43 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.11 |
| HSL | 349.68º | 0.96% | 0.45% | - |
| HSV(B) | 349.68º | 0.98% | 0.89% | - |
| XYZ | 31.85 | 16.45 | 3.78 | - |
| YUV | 75.41 | 109.72 | 235.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 5 | 43 | 0 | 0.98 | 0.81 | 0.11 | 349.68 | 0.96 | 0.45 |
| Hex | E2 | 5 | 2B | 0 | 62 | 51 | B | 15E | 60 | 2D |
| Octal | 342 | 5 | 53 | 0 | 142 | 121 | 13 | 536 | 140 | 55 |
| Binary | 11100010 | 101 | 101011 | 0 | 1100010 | 1010001 | 1011 | 101011110 | 1100000 | 101101 |
Color Harmonies of #E2052B
Complementary color
Monochromatic Colors of #E2052B
Black with #E2052B
Text Example
Text Example
White with #E2052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2052B; }
p { color: rgb(226,5,43); }
H1.HeaderClassName
{
color: #E2052B;
}
.AnyTagClassName
{
color: #E2052B;
}
</style>
background-color css
<style>
a { background-color: #E2052B; }
a { background-color: rgb(226,5,43); }
div.DivClassName
{
background-color: #E2052B;
}
.BgClassName
{
background-color: #E2052B;
}
</style>
border-color css
<style>
span { border-color: #E2052B; }
span { border-color: rgb(226,5,43); }
td.TdClassName
{
border-color: #E2052B;
}
.TagClassName
{
border-color: #E2052B;
}
</style>