Shades of Crimson #E9133D
Tints of Crimson #E9133D
RGB
CMYK
RGB Variations
Color information
#E9133D (or 0xE9133D) is known color: Crimson. HEX triplet: E9, 13 and 3D. RGB value is (233,19,61). Sum of RGB (Red+Green+Blue) = 233+19+61=313 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.44% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 233 - color contains mainly: red. Hex color #E9133D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9133D is #16ECC2. Grayscale: #575757. Windows color (decimal): -1502403 or 4002793. OLE color: 4002793.
HSL color Cylindrical-coordinate representation of color #E9133D: hue angle of 348.22º 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 #E9133D is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 19 | 61 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.09 |
| HSL | 348.22º | 0.85% | 0.49% | - |
| HSV(B) | 348.22º | 0.92% | 0.91% | - |
| XYZ | 34.68 | 18.13 | 6.09 | - |
| YUV | 87.77 | 112.9 | 231.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 19 | 61 | 0 | 0.92 | 0.74 | 0.09 | 348.22 | 0.85 | 0.49 |
| Hex | E9 | 13 | 3D | 0 | 5C | 4A | 9 | 15C | 55 | 31 |
| Octal | 351 | 23 | 75 | 0 | 134 | 112 | 11 | 534 | 125 | 61 |
| Binary | 11101001 | 10011 | 111101 | 0 | 1011100 | 1001010 | 1001 | 101011100 | 1010101 | 110001 |
Color Harmonies of #E9133D
Complementary color
Monochromatic Colors of #E9133D
Black with #E9133D
Text Example
Text Example
White with #E9133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9133D; }
p { color: rgb(233,19,61); }
H1.HeaderClassName
{
color: #E9133D;
}
.AnyTagClassName
{
color: #E9133D;
}
</style>
background-color css
<style>
a { background-color: #E9133D; }
a { background-color: rgb(233,19,61); }
div.DivClassName
{
background-color: #E9133D;
}
.BgClassName
{
background-color: #E9133D;
}
</style>
border-color css
<style>
span { border-color: #E9133D; }
span { border-color: rgb(233,19,61); }
td.TdClassName
{
border-color: #E9133D;
}
.TagClassName
{
border-color: #E9133D;
}
</style>