Shades of Crimson #E61346
Tints of Crimson #E61346
RGB
CMYK
RGB Variations
Color information
#E61346 (or 0xE61346) is known color: Crimson. HEX triplet: E6, 13 and 46. RGB value is (230,19,70). Sum of RGB (Red+Green+Blue) = 230+19+70=319 (42% of max value = 765). Red value is 230 (90.23% from 255 or 72.10% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 230 - color contains mainly: red. Hex color #E61346 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61346 is #19ECB9. Grayscale: #575757. Windows color (decimal): -1699002 or 4592614. OLE color: 4592614.
HSL color Cylindrical-coordinate representation of color #E61346: hue angle of 345.5º 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 #E61346 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 19 | 70 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.10 |
| HSL | 345.5º | 0.85% | 0.49% | - |
| HSV(B) | 345.5º | 0.92% | 0.9% | - |
| XYZ | 33.97 | 17.73 | 7.43 | - |
| YUV | 87.9 | 117.9 | 229.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 70 | 0 | 0.92 | 0.70 | 0.10 | 345.5 | 0.85 | 0.49 |
| Hex | E6 | 13 | 46 | 0 | 5C | 46 | A | 159 | 55 | 31 |
| Octal | 346 | 23 | 106 | 0 | 134 | 106 | 12 | 531 | 125 | 61 |
| Binary | 11100110 | 10011 | 1000110 | 0 | 1011100 | 1000110 | 1010 | 101011001 | 1010101 | 110001 |
Color Harmonies of #E61346
Complementary color
Monochromatic Colors of #E61346
Black with #E61346
Text Example
Text Example
White with #E61346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61346; }
p { color: rgb(230,19,70); }
H1.HeaderClassName
{
color: #E61346;
}
.AnyTagClassName
{
color: #E61346;
}
</style>
background-color css
<style>
a { background-color: #E61346; }
a { background-color: rgb(230,19,70); }
div.DivClassName
{
background-color: #E61346;
}
.BgClassName
{
background-color: #E61346;
}
</style>
border-color css
<style>
span { border-color: #E61346; }
span { border-color: rgb(230,19,70); }
td.TdClassName
{
border-color: #E61346;
}
.TagClassName
{
border-color: #E61346;
}
</style>