Shades of Crimson #E61236
Tints of Crimson #E61236
RGB
CMYK
RGB Variations
Color information
#E61236 (or 0xE61236) is known color: Crimson. HEX triplet: E6, 12 and 36. RGB value is (230,18,54). Sum of RGB (Red+Green+Blue) = 230+18+54=302 (40% of max value = 765). Red value is 230 (90.23% from 255 or 76.16% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 230 - color contains mainly: red. Hex color #E61236 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61236 is #19EDC9. Grayscale: #555555. Windows color (decimal): -1699274 or 3543782. OLE color: 3543782.
HSL color Cylindrical-coordinate representation of color #E61236: hue angle of 349.81º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E61236 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 18 | 54 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.10 |
| HSL | 349.81º | 0.85% | 0.49% | - |
| HSV(B) | 349.81º | 0.92% | 0.9% | - |
| XYZ | 33.52 | 17.52 | 5.11 | - |
| YUV | 85.49 | 110.24 | 231.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 18 | 54 | 0 | 0.92 | 0.77 | 0.10 | 349.81 | 0.85 | 0.49 |
| Hex | E6 | 12 | 36 | 0 | 5C | 4D | A | 15E | 55 | 31 |
| Octal | 346 | 22 | 66 | 0 | 134 | 115 | 12 | 536 | 125 | 61 |
| Binary | 11100110 | 10010 | 110110 | 0 | 1011100 | 1001101 | 1010 | 101011110 | 1010101 | 110001 |
Color Harmonies of #E61236
Complementary color
Monochromatic Colors of #E61236
Black with #E61236
Text Example
Text Example
White with #E61236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61236; }
p { color: rgb(230,18,54); }
H1.HeaderClassName
{
color: #E61236;
}
.AnyTagClassName
{
color: #E61236;
}
</style>
background-color css
<style>
a { background-color: #E61236; }
a { background-color: rgb(230,18,54); }
div.DivClassName
{
background-color: #E61236;
}
.BgClassName
{
background-color: #E61236;
}
</style>
border-color css
<style>
span { border-color: #E61236; }
span { border-color: rgb(230,18,54); }
td.TdClassName
{
border-color: #E61236;
}
.TagClassName
{
border-color: #E61236;
}
</style>