Shades of Crimson #E61536
Tints of Crimson #E61536
RGB
CMYK
RGB Variations
Color information
#E61536 (or 0xE61536) is known color: Crimson. HEX triplet: E6, 15 and 36. RGB value is (230,21,54). Sum of RGB (Red+Green+Blue) = 230+21+54=305 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.41% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 230 - color contains mainly: red. Hex color #E61536 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61536 is #19EAC9. Grayscale: #575757. Windows color (decimal): -1698506 or 3544550. OLE color: 3544550.
HSL color Cylindrical-coordinate representation of color #E61536: hue angle of 350.53º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E61536 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 54 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.10 |
| HSL | 350.53º | 0.83% | 0.49% | - |
| HSV(B) | 350.53º | 0.91% | 0.9% | - |
| XYZ | 33.57 | 17.63 | 5.12 | - |
| YUV | 87.25 | 109.24 | 229.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 54 | 0 | 0.91 | 0.77 | 0.10 | 350.53 | 0.83 | 0.49 |
| Hex | E6 | 15 | 36 | 0 | 5B | 4D | A | 15F | 53 | 31 |
| Octal | 346 | 25 | 66 | 0 | 133 | 115 | 12 | 537 | 123 | 61 |
| Binary | 11100110 | 10101 | 110110 | 0 | 1011011 | 1001101 | 1010 | 101011111 | 1010011 | 110001 |
Color Harmonies of #E61536
Complementary color
Monochromatic Colors of #E61536
Black with #E61536
Text Example
Text Example
White with #E61536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61536; }
p { color: rgb(230,21,54); }
H1.HeaderClassName
{
color: #E61536;
}
.AnyTagClassName
{
color: #E61536;
}
</style>
background-color css
<style>
a { background-color: #E61536; }
a { background-color: rgb(230,21,54); }
div.DivClassName
{
background-color: #E61536;
}
.BgClassName
{
background-color: #E61536;
}
</style>
border-color css
<style>
span { border-color: #E61536; }
span { border-color: rgb(230,21,54); }
td.TdClassName
{
border-color: #E61536;
}
.TagClassName
{
border-color: #E61536;
}
</style>