Shades of Crimson #E9133B
Tints of Crimson #E9133B
RGB
CMYK
RGB Variations
Color information
#E9133B (or 0xE9133B) is known color: Crimson. HEX triplet: E9, 13 and 3B. RGB value is (233,19,59). Sum of RGB (Red+Green+Blue) = 233+19+59=311 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.92% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 233 - color contains mainly: red. Hex color #E9133B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9133B is #16ECC4. Grayscale: #575757. Windows color (decimal): -1502405 or 3871721. OLE color: 3871721.
HSL color Cylindrical-coordinate representation of color #E9133B: hue angle of 348.79º degrees, saturation: 0.85, 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 #E9133B is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 19 | 59 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.09 |
| HSL | 348.79º | 0.85% | 0.49% | - |
| HSV(B) | 348.79º | 0.92% | 0.91% | - |
| XYZ | 34.63 | 18.11 | 5.81 | - |
| YUV | 87.55 | 111.9 | 231.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 19 | 59 | 0 | 0.92 | 0.75 | 0.09 | 348.79 | 0.85 | 0.49 |
| Hex | E9 | 13 | 3B | 0 | 5C | 4B | 9 | 15D | 55 | 31 |
| Octal | 351 | 23 | 73 | 0 | 134 | 113 | 11 | 535 | 125 | 61 |
| Binary | 11101001 | 10011 | 111011 | 0 | 1011100 | 1001011 | 1001 | 101011101 | 1010101 | 110001 |
Color Harmonies of #E9133B
Complementary color
Monochromatic Colors of #E9133B
Black with #E9133B
Text Example
Text Example
White with #E9133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9133B; }
p { color: rgb(233,19,59); }
H1.HeaderClassName
{
color: #E9133B;
}
.AnyTagClassName
{
color: #E9133B;
}
</style>
background-color css
<style>
a { background-color: #E9133B; }
a { background-color: rgb(233,19,59); }
div.DivClassName
{
background-color: #E9133B;
}
.BgClassName
{
background-color: #E9133B;
}
</style>
border-color css
<style>
span { border-color: #E9133B; }
span { border-color: rgb(233,19,59); }
td.TdClassName
{
border-color: #E9133B;
}
.TagClassName
{
border-color: #E9133B;
}
</style>