Shades of Crimson #E61834
Tints of Crimson #E61834
RGB
CMYK
RGB Variations
Color information
#E61834 (or 0xE61834) is known color: Crimson. HEX triplet: E6, 18 and 34. RGB value is (230,24,52). Sum of RGB (Red+Green+Blue) = 230+24+52=306 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.16% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 230 - color contains mainly: red. Hex color #E61834 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61834 is #19E7CB. Grayscale: #585858. Windows color (decimal): -1697740 or 3414246. OLE color: 3414246.
HSL color Cylindrical-coordinate representation of color #E61834: hue angle of 351.84º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E61834 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 52 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.10 |
| HSL | 351.84º | 0.81% | 0.5% | - |
| HSV(B) | 351.84º | 0.9% | 0.9% | - |
| XYZ | 33.58 | 17.72 | 4.9 | - |
| YUV | 88.79 | 107.25 | 228.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 52 | 0 | 0.90 | 0.77 | 0.10 | 351.84 | 0.81 | 0.5 |
| Hex | E6 | 18 | 34 | 0 | 5A | 4D | A | 160 | 51 | 32 |
| Octal | 346 | 30 | 64 | 0 | 132 | 115 | 12 | 540 | 121 | 62 |
| Binary | 11100110 | 11000 | 110100 | 0 | 1011010 | 1001101 | 1010 | 101100000 | 1010001 | 110010 |
Color Harmonies of #E61834
Complementary color
Monochromatic Colors of #E61834
Black with #E61834
Text Example
Text Example
White with #E61834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61834; }
p { color: rgb(230,24,52); }
H1.HeaderClassName
{
color: #E61834;
}
.AnyTagClassName
{
color: #E61834;
}
</style>
background-color css
<style>
a { background-color: #E61834; }
a { background-color: rgb(230,24,52); }
div.DivClassName
{
background-color: #E61834;
}
.BgClassName
{
background-color: #E61834;
}
</style>
border-color css
<style>
span { border-color: #E61834; }
span { border-color: rgb(230,24,52); }
td.TdClassName
{
border-color: #E61834;
}
.TagClassName
{
border-color: #E61834;
}
</style>