Shades of Crimson #E9122B
Tints of Crimson #E9122B
RGB
CMYK
RGB Variations
Color information
#E9122B (or 0xE9122B) is known color: Crimson. HEX triplet: E9, 12 and 2B. RGB value is (233,18,43). Sum of RGB (Red+Green+Blue) = 233+18+43=294 (38% of max value = 765). Red value is 233 (91.41% from 255 or 79.25% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 233 - color contains mainly: red. Hex color #E9122B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9122B is #16EDD4. Grayscale: #555555. Windows color (decimal): -1502677 or 2822889. OLE color: 2822889.
HSL color Cylindrical-coordinate representation of color #E9122B: hue angle of 353.02º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E9122B is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 18 | 43 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.09 |
| HSL | 353.02º | 0.86% | 0.49% | - |
| HSV(B) | 353.02º | 0.92% | 0.91% | - |
| XYZ | 34.26 | 17.93 | 3.94 | - |
| YUV | 85.14 | 104.23 | 233.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 18 | 43 | 0 | 0.92 | 0.82 | 0.09 | 353.02 | 0.86 | 0.49 |
| Hex | E9 | 12 | 2B | 0 | 5C | 52 | 9 | 161 | 56 | 31 |
| Octal | 351 | 22 | 53 | 0 | 134 | 122 | 11 | 541 | 126 | 61 |
| Binary | 11101001 | 10010 | 101011 | 0 | 1011100 | 1010010 | 1001 | 101100001 | 1010110 | 110001 |
Color Harmonies of #E9122B
Complementary color
Monochromatic Colors of #E9122B
Black with #E9122B
Text Example
Text Example
White with #E9122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9122B; }
p { color: rgb(233,18,43); }
H1.HeaderClassName
{
color: #E9122B;
}
.AnyTagClassName
{
color: #E9122B;
}
</style>
background-color css
<style>
a { background-color: #E9122B; }
a { background-color: rgb(233,18,43); }
div.DivClassName
{
background-color: #E9122B;
}
.BgClassName
{
background-color: #E9122B;
}
</style>
border-color css
<style>
span { border-color: #E9122B; }
span { border-color: rgb(233,18,43); }
td.TdClassName
{
border-color: #E9122B;
}
.TagClassName
{
border-color: #E9122B;
}
</style>