Shades of Crimson #E9133C
Tints of Crimson #E9133C
RGB
CMYK
RGB Variations
Color information
#E9133C (or 0xE9133C) is known color: Crimson. HEX triplet: E9, 13 and 3C. RGB value is (233,19,60). Sum of RGB (Red+Green+Blue) = 233+19+60=312 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.68% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 233 - color contains mainly: red. Hex color #E9133C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9133C is #16ECC3. Grayscale: #575757. Windows color (decimal): -1502404 or 3937257. OLE color: 3937257.
HSL color Cylindrical-coordinate representation of color #E9133C: hue angle of 348.5º 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 #E9133C is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 19 | 60 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.09 |
| HSL | 348.5º | 0.85% | 0.49% | - |
| HSV(B) | 348.5º | 0.92% | 0.91% | - |
| XYZ | 34.65 | 18.12 | 5.95 | - |
| YUV | 87.66 | 112.4 | 231.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 19 | 60 | 0 | 0.92 | 0.74 | 0.09 | 348.5 | 0.85 | 0.49 |
| Hex | E9 | 13 | 3C | 0 | 5C | 4A | 9 | 15D | 55 | 31 |
| Octal | 351 | 23 | 74 | 0 | 134 | 112 | 11 | 535 | 125 | 61 |
| Binary | 11101001 | 10011 | 111100 | 0 | 1011100 | 1001010 | 1001 | 101011101 | 1010101 | 110001 |
Color Harmonies of #E9133C
Complementary color
Monochromatic Colors of #E9133C
Black with #E9133C
Text Example
Text Example
White with #E9133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9133C; }
p { color: rgb(233,19,60); }
H1.HeaderClassName
{
color: #E9133C;
}
.AnyTagClassName
{
color: #E9133C;
}
</style>
background-color css
<style>
a { background-color: #E9133C; }
a { background-color: rgb(233,19,60); }
div.DivClassName
{
background-color: #E9133C;
}
.BgClassName
{
background-color: #E9133C;
}
</style>
border-color css
<style>
span { border-color: #E9133C; }
span { border-color: rgb(233,19,60); }
td.TdClassName
{
border-color: #E9133C;
}
.TagClassName
{
border-color: #E9133C;
}
</style>