Shades of Crimson #E0022B
Tints of Crimson #E0022B
RGB
CMYK
RGB Variations
Color information
#E0022B (or 0xE0022B) is known color: Crimson. HEX triplet: E0, 02 and 2B. RGB value is (224,2,43). Sum of RGB (Red+Green+Blue) = 224+2+43=269 (35% of max value = 765). Red value is 224 (87.89% from 255 or 83.27% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 224 - color contains mainly: red. Hex color #E0022B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0022B is #1FFDD4. Grayscale: #494949. Windows color (decimal): -2096597 or 2818784. OLE color: 2818784.
HSL color Cylindrical-coordinate representation of color #E0022B: hue angle of 348.92º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E0022B is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 43 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.12 |
| HSL | 348.92º | 0.98% | 0.44% | - |
| HSV(B) | 348.92º | 0.99% | 0.88% | - |
| XYZ | 31.2 | 16.07 | 3.74 | - |
| YUV | 73.05 | 111.05 | 235.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 43 | 0 | 0.99 | 0.81 | 0.12 | 348.92 | 0.98 | 0.44 |
| Hex | E0 | 2 | 2B | 0 | 63 | 51 | C | 15D | 62 | 2C |
| Octal | 340 | 2 | 53 | 0 | 143 | 121 | 14 | 535 | 142 | 54 |
| Binary | 11100000 | 10 | 101011 | 0 | 1100011 | 1010001 | 1100 | 101011101 | 1100010 | 101100 |
Color Harmonies of #E0022B
Complementary color
Monochromatic Colors of #E0022B
Black with #E0022B
Text Example
Text Example
White with #E0022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0022B; }
p { color: rgb(224,2,43); }
H1.HeaderClassName
{
color: #E0022B;
}
.AnyTagClassName
{
color: #E0022B;
}
</style>
background-color css
<style>
a { background-color: #E0022B; }
a { background-color: rgb(224,2,43); }
div.DivClassName
{
background-color: #E0022B;
}
.BgClassName
{
background-color: #E0022B;
}
</style>
border-color css
<style>
span { border-color: #E0022B; }
span { border-color: rgb(224,2,43); }
td.TdClassName
{
border-color: #E0022B;
}
.TagClassName
{
border-color: #E0022B;
}
</style>