Shades of Crimson #E2022B
Tints of Crimson #E2022B
RGB
CMYK
RGB Variations
Color information
#E2022B (or 0xE2022B) is known color: Crimson. HEX triplet: E2, 02 and 2B. RGB value is (226,2,43). Sum of RGB (Red+Green+Blue) = 226+2+43=271 (35% of max value = 765). Red value is 226 (88.67% from 255 or 83.39% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 226 - color contains mainly: red. Hex color #E2022B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2022B is #1DFDD4. Grayscale: #494949. Windows color (decimal): -1965525 or 2818786. OLE color: 2818786.
HSL color Cylindrical-coordinate representation of color #E2022B: hue angle of 349.02º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E2022B is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 2 | 43 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.11 |
| HSL | 349.02º | 0.98% | 0.45% | - |
| HSV(B) | 349.02º | 0.99% | 0.89% | - |
| XYZ | 31.82 | 16.39 | 3.77 | - |
| YUV | 73.65 | 110.71 | 236.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 2 | 43 | 0 | 0.99 | 0.81 | 0.11 | 349.02 | 0.98 | 0.45 |
| Hex | E2 | 2 | 2B | 0 | 63 | 51 | B | 15D | 62 | 2D |
| Octal | 342 | 2 | 53 | 0 | 143 | 121 | 13 | 535 | 142 | 55 |
| Binary | 11100010 | 10 | 101011 | 0 | 1100011 | 1010001 | 1011 | 101011101 | 1100010 | 101101 |
Color Harmonies of #E2022B
Complementary color
Monochromatic Colors of #E2022B
Black with #E2022B
Text Example
Text Example
White with #E2022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2022B; }
p { color: rgb(226,2,43); }
H1.HeaderClassName
{
color: #E2022B;
}
.AnyTagClassName
{
color: #E2022B;
}
</style>
background-color css
<style>
a { background-color: #E2022B; }
a { background-color: rgb(226,2,43); }
div.DivClassName
{
background-color: #E2022B;
}
.BgClassName
{
background-color: #E2022B;
}
</style>
border-color css
<style>
span { border-color: #E2022B; }
span { border-color: rgb(226,2,43); }
td.TdClassName
{
border-color: #E2022B;
}
.TagClassName
{
border-color: #E2022B;
}
</style>