Shades of Crimson #E61836
Tints of Crimson #E61836
RGB
CMYK
RGB Variations
Color information
#E61836 (or 0xE61836) is known color: Crimson. HEX triplet: E6, 18 and 36. RGB value is (230,24,54). Sum of RGB (Red+Green+Blue) = 230+24+54=308 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.68% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 230 - color contains mainly: red. Hex color #E61836 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61836 is #19E7C9. Grayscale: #595959. Windows color (decimal): -1697738 or 3545318. OLE color: 3545318.
HSL color Cylindrical-coordinate representation of color #E61836: hue angle of 351.26º 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 #E61836 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 54 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.10 |
| HSL | 351.26º | 0.81% | 0.5% | - |
| HSV(B) | 351.26º | 0.9% | 0.9% | - |
| XYZ | 33.63 | 17.74 | 5.14 | - |
| YUV | 89.01 | 108.25 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 54 | 0 | 0.90 | 0.77 | 0.10 | 351.26 | 0.81 | 0.5 |
| Hex | E6 | 18 | 36 | 0 | 5A | 4D | A | 15F | 51 | 32 |
| Octal | 346 | 30 | 66 | 0 | 132 | 115 | 12 | 537 | 121 | 62 |
| Binary | 11100110 | 11000 | 110110 | 0 | 1011010 | 1001101 | 1010 | 101011111 | 1010001 | 110010 |
Color Harmonies of #E61836
Complementary color
Monochromatic Colors of #E61836
Black with #E61836
Text Example
Text Example
White with #E61836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61836; }
p { color: rgb(230,24,54); }
H1.HeaderClassName
{
color: #E61836;
}
.AnyTagClassName
{
color: #E61836;
}
</style>
background-color css
<style>
a { background-color: #E61836; }
a { background-color: rgb(230,24,54); }
div.DivClassName
{
background-color: #E61836;
}
.BgClassName
{
background-color: #E61836;
}
</style>
border-color css
<style>
span { border-color: #E61836; }
span { border-color: rgb(230,24,54); }
td.TdClassName
{
border-color: #E61836;
}
.TagClassName
{
border-color: #E61836;
}
</style>