Shades of Crimson #E8133F
Tints of Crimson #E8133F
RGB
CMYK
RGB Variations
Color information
#E8133F (or 0xE8133F) is known color: Crimson. HEX triplet: E8, 13 and 3F. RGB value is (232,19,63). Sum of RGB (Red+Green+Blue) = 232+19+63=314 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.89% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 232 - color contains mainly: red. Hex color #E8133F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8133F is #17ECC0. Grayscale: #575757. Windows color (decimal): -1567937 or 4133864. OLE color: 4133864.
HSL color Cylindrical-coordinate representation of color #E8133F: hue angle of 347.61º 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 #E8133F is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 19 | 63 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.09 |
| HSL | 347.61º | 0.85% | 0.49% | - |
| HSV(B) | 347.61º | 0.92% | 0.91% | - |
| XYZ | 34.41 | 17.98 | 6.36 | - |
| YUV | 87.7 | 114.07 | 230.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 19 | 63 | 0 | 0.92 | 0.73 | 0.09 | 347.61 | 0.85 | 0.49 |
| Hex | E8 | 13 | 3F | 0 | 5C | 49 | 9 | 15C | 55 | 31 |
| Octal | 350 | 23 | 77 | 0 | 134 | 111 | 11 | 534 | 125 | 61 |
| Binary | 11101000 | 10011 | 111111 | 0 | 1011100 | 1001001 | 1001 | 101011100 | 1010101 | 110001 |
Color Harmonies of #E8133F
Complementary color
Monochromatic Colors of #E8133F
Black with #E8133F
Text Example
Text Example
White with #E8133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8133F; }
p { color: rgb(232,19,63); }
H1.HeaderClassName
{
color: #E8133F;
}
.AnyTagClassName
{
color: #E8133F;
}
</style>
background-color css
<style>
a { background-color: #E8133F; }
a { background-color: rgb(232,19,63); }
div.DivClassName
{
background-color: #E8133F;
}
.BgClassName
{
background-color: #E8133F;
}
</style>
border-color css
<style>
span { border-color: #E8133F; }
span { border-color: rgb(232,19,63); }
td.TdClassName
{
border-color: #E8133F;
}
.TagClassName
{
border-color: #E8133F;
}
</style>