Shades of Crimson #E81339
Tints of Crimson #E81339
RGB
CMYK
RGB Variations
Color information
#E81339 (or 0xE81339) is known color: Crimson. HEX triplet: E8, 13 and 39. RGB value is (232,19,57). Sum of RGB (Red+Green+Blue) = 232+19+57=308 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.32% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 232 - color contains mainly: red. Hex color #E81339 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81339 is #17ECC6. Grayscale: #575757. Windows color (decimal): -1567943 or 3740648. OLE color: 3740648.
HSL color Cylindrical-coordinate representation of color #E81339: hue angle of 349.3º 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 #E81339 is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 19 | 57 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.09 |
| HSL | 349.3º | 0.85% | 0.49% | - |
| HSV(B) | 349.3º | 0.92% | 0.91% | - |
| XYZ | 34.25 | 17.92 | 5.52 | - |
| YUV | 87.02 | 111.07 | 231.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 19 | 57 | 0 | 0.92 | 0.75 | 0.09 | 349.3 | 0.85 | 0.49 |
| Hex | E8 | 13 | 39 | 0 | 5C | 4B | 9 | 15D | 55 | 31 |
| Octal | 350 | 23 | 71 | 0 | 134 | 113 | 11 | 535 | 125 | 61 |
| Binary | 11101000 | 10011 | 111001 | 0 | 1011100 | 1001011 | 1001 | 101011101 | 1010101 | 110001 |
Color Harmonies of #E81339
Complementary color
Monochromatic Colors of #E81339
Black with #E81339
Text Example
Text Example
White with #E81339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81339; }
p { color: rgb(232,19,57); }
H1.HeaderClassName
{
color: #E81339;
}
.AnyTagClassName
{
color: #E81339;
}
</style>
background-color css
<style>
a { background-color: #E81339; }
a { background-color: rgb(232,19,57); }
div.DivClassName
{
background-color: #E81339;
}
.BgClassName
{
background-color: #E81339;
}
</style>
border-color css
<style>
span { border-color: #E81339; }
span { border-color: rgb(232,19,57); }
td.TdClassName
{
border-color: #E81339;
}
.TagClassName
{
border-color: #E81339;
}
</style>