Shades of Crimson #E81738
Tints of Crimson #E81738
RGB
CMYK
RGB Variations
Color information
#E81738 (or 0xE81738) is known color: Crimson. HEX triplet: E8, 17 and 38. RGB value is (232,23,56). Sum of RGB (Red+Green+Blue) = 232+23+56=311 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.60% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 232 - color contains mainly: red. Hex color #E81738 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81738 is #17E8C7. Grayscale: #595959. Windows color (decimal): -1566920 or 3676136. OLE color: 3676136.
HSL color Cylindrical-coordinate representation of color #E81738: hue angle of 350.53º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E81738 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 23 | 56 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.09 |
| HSL | 350.53º | 0.82% | 0.5% | - |
| HSV(B) | 350.53º | 0.9% | 0.91% | - |
| XYZ | 34.3 | 18.05 | 5.42 | - |
| YUV | 89.25 | 109.24 | 229.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 23 | 56 | 0 | 0.90 | 0.76 | 0.09 | 350.53 | 0.82 | 0.5 |
| Hex | E8 | 17 | 38 | 0 | 5A | 4C | 9 | 15F | 52 | 32 |
| Octal | 350 | 27 | 70 | 0 | 132 | 114 | 11 | 537 | 122 | 62 |
| Binary | 11101000 | 10111 | 111000 | 0 | 1011010 | 1001100 | 1001 | 101011111 | 1010010 | 110010 |
Color Harmonies of #E81738
Complementary color
Monochromatic Colors of #E81738
Black with #E81738
Text Example
Text Example
White with #E81738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81738; }
p { color: rgb(232,23,56); }
H1.HeaderClassName
{
color: #E81738;
}
.AnyTagClassName
{
color: #E81738;
}
</style>
background-color css
<style>
a { background-color: #E81738; }
a { background-color: rgb(232,23,56); }
div.DivClassName
{
background-color: #E81738;
}
.BgClassName
{
background-color: #E81738;
}
</style>
border-color css
<style>
span { border-color: #E81738; }
span { border-color: rgb(232,23,56); }
td.TdClassName
{
border-color: #E81738;
}
.TagClassName
{
border-color: #E81738;
}
</style>