Shades of Crimson #E61434
Tints of Crimson #E61434
RGB
CMYK
RGB Variations
Color information
#E61434 (or 0xE61434) is known color: Crimson. HEX triplet: E6, 14 and 34. RGB value is (230,20,52). Sum of RGB (Red+Green+Blue) = 230+20+52=302 (40% of max value = 765). Red value is 230 (90.23% from 255 or 76.16% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 230 - color contains mainly: red. Hex color #E61434 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61434 is #19EBCB. Grayscale: #565656. Windows color (decimal): -1698764 or 3413222. OLE color: 3413222.
HSL color Cylindrical-coordinate representation of color #E61434: hue angle of 350.86º degrees, saturation: 0.84, 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 #E61434 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 20 | 52 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.10 |
| HSL | 350.86º | 0.84% | 0.49% | - |
| HSV(B) | 350.86º | 0.91% | 0.9% | - |
| XYZ | 33.5 | 17.57 | 4.87 | - |
| YUV | 86.44 | 108.57 | 230.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 20 | 52 | 0 | 0.91 | 0.77 | 0.10 | 350.86 | 0.84 | 0.49 |
| Hex | E6 | 14 | 34 | 0 | 5B | 4D | A | 15F | 54 | 31 |
| Octal | 346 | 24 | 64 | 0 | 133 | 115 | 12 | 537 | 124 | 61 |
| Binary | 11100110 | 10100 | 110100 | 0 | 1011011 | 1001101 | 1010 | 101011111 | 1010100 | 110001 |
Color Harmonies of #E61434
Complementary color
Monochromatic Colors of #E61434
Black with #E61434
Text Example
Text Example
White with #E61434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61434; }
p { color: rgb(230,20,52); }
H1.HeaderClassName
{
color: #E61434;
}
.AnyTagClassName
{
color: #E61434;
}
</style>
background-color css
<style>
a { background-color: #E61434; }
a { background-color: rgb(230,20,52); }
div.DivClassName
{
background-color: #E61434;
}
.BgClassName
{
background-color: #E61434;
}
</style>
border-color css
<style>
span { border-color: #E61434; }
span { border-color: rgb(230,20,52); }
td.TdClassName
{
border-color: #E61434;
}
.TagClassName
{
border-color: #E61434;
}
</style>