Shades of Crimson #E61334
Tints of Crimson #E61334
RGB
CMYK
RGB Variations
Color information
#E61334 (or 0xE61334) is known color: Crimson. HEX triplet: E6, 13 and 34. RGB value is (230,19,52). Sum of RGB (Red+Green+Blue) = 230+19+52=301 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.41% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 230 - color contains mainly: red. Hex color #E61334 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61334 is #19ECCB. Grayscale: #555555. Windows color (decimal): -1699020 or 3412966. OLE color: 3412966.
HSL color Cylindrical-coordinate representation of color #E61334: hue angle of 350.62º 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 #E61334 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 19 | 52 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.10 |
| HSL | 350.62º | 0.85% | 0.49% | - |
| HSV(B) | 350.62º | 0.92% | 0.9% | - |
| XYZ | 33.49 | 17.54 | 4.87 | - |
| YUV | 85.85 | 108.9 | 230.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 52 | 0 | 0.92 | 0.77 | 0.10 | 350.62 | 0.85 | 0.49 |
| Hex | E6 | 13 | 34 | 0 | 5C | 4D | A | 15F | 55 | 31 |
| Octal | 346 | 23 | 64 | 0 | 134 | 115 | 12 | 537 | 125 | 61 |
| Binary | 11100110 | 10011 | 110100 | 0 | 1011100 | 1001101 | 1010 | 101011111 | 1010101 | 110001 |
Color Harmonies of #E61334
Complementary color
Monochromatic Colors of #E61334
Black with #E61334
Text Example
Text Example
White with #E61334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61334; }
p { color: rgb(230,19,52); }
H1.HeaderClassName
{
color: #E61334;
}
.AnyTagClassName
{
color: #E61334;
}
</style>
background-color css
<style>
a { background-color: #E61334; }
a { background-color: rgb(230,19,52); }
div.DivClassName
{
background-color: #E61334;
}
.BgClassName
{
background-color: #E61334;
}
</style>
border-color css
<style>
span { border-color: #E61334; }
span { border-color: rgb(230,19,52); }
td.TdClassName
{
border-color: #E61334;
}
.TagClassName
{
border-color: #E61334;
}
</style>