Shades of Crimson #E9112B
Tints of Crimson #E9112B
RGB
CMYK
RGB Variations
Color information
#E9112B (or 0xE9112B) is known color: Crimson. HEX triplet: E9, 11 and 2B. RGB value is (233,17,43). Sum of RGB (Red+Green+Blue) = 233+17+43=293 (38% of max value = 765). Red value is 233 (91.41% from 255 or 79.52% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 233 - color contains mainly: red. Hex color #E9112B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9112B is #16EED4. Grayscale: #545454. Windows color (decimal): -1502933 or 2822633. OLE color: 2822633.
HSL color Cylindrical-coordinate representation of color #E9112B: hue angle of 352.78º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E9112B is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 17 | 43 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.09 |
| HSL | 352.78º | 0.86% | 0.49% | - |
| HSV(B) | 352.78º | 0.93% | 0.91% | - |
| XYZ | 34.24 | 17.9 | 3.94 | - |
| YUV | 84.55 | 104.56 | 233.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 17 | 43 | 0 | 0.93 | 0.82 | 0.09 | 352.78 | 0.86 | 0.49 |
| Hex | E9 | 11 | 2B | 0 | 5D | 52 | 9 | 161 | 56 | 31 |
| Octal | 351 | 21 | 53 | 0 | 135 | 122 | 11 | 541 | 126 | 61 |
| Binary | 11101001 | 10001 | 101011 | 0 | 1011101 | 1010010 | 1001 | 101100001 | 1010110 | 110001 |
Color Harmonies of #E9112B
Complementary color
Monochromatic Colors of #E9112B
Black with #E9112B
Text Example
Text Example
White with #E9112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9112B; }
p { color: rgb(233,17,43); }
H1.HeaderClassName
{
color: #E9112B;
}
.AnyTagClassName
{
color: #E9112B;
}
</style>
background-color css
<style>
a { background-color: #E9112B; }
a { background-color: rgb(233,17,43); }
div.DivClassName
{
background-color: #E9112B;
}
.BgClassName
{
background-color: #E9112B;
}
</style>
border-color css
<style>
span { border-color: #E9112B; }
span { border-color: rgb(233,17,43); }
td.TdClassName
{
border-color: #E9112B;
}
.TagClassName
{
border-color: #E9112B;
}
</style>