Shades of Crimson #EA1236
Tints of Crimson #EA1236
RGB
CMYK
RGB Variations
Color information
#EA1236 (or 0xEA1236) is known color: Crimson. HEX triplet: EA, 12 and 36. RGB value is (234,18,54). Sum of RGB (Red+Green+Blue) = 234+18+54=306 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.47% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1236 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1236 is #15EDC9. Grayscale: #565656. Windows color (decimal): -1437130 or 3543786. OLE color: 3543786.
HSL color Cylindrical-coordinate representation of color #EA1236: hue angle of 350º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA1236 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 18 | 54 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.08 |
| HSL | 350º | 0.86% | 0.49% | - |
| HSV(B) | 350º | 0.92% | 0.92% | - |
| XYZ | 34.81 | 18.19 | 5.17 | - |
| YUV | 86.69 | 109.56 | 233.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 18 | 54 | 0 | 0.92 | 0.77 | 0.08 | 350 | 0.86 | 0.49 |
| Hex | EA | 12 | 36 | 0 | 5C | 4D | 8 | 15E | 56 | 31 |
| Octal | 352 | 22 | 66 | 0 | 134 | 115 | 10 | 536 | 126 | 61 |
| Binary | 11101010 | 10010 | 110110 | 0 | 1011100 | 1001101 | 1000 | 101011110 | 1010110 | 110001 |
Color Harmonies of #EA1236
Complementary color
Monochromatic Colors of #EA1236
Black with #EA1236
Text Example
Text Example
White with #EA1236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1236; }
p { color: rgb(234,18,54); }
H1.HeaderClassName
{
color: #EA1236;
}
.AnyTagClassName
{
color: #EA1236;
}
</style>
background-color css
<style>
a { background-color: #EA1236; }
a { background-color: rgb(234,18,54); }
div.DivClassName
{
background-color: #EA1236;
}
.BgClassName
{
background-color: #EA1236;
}
</style>
border-color css
<style>
span { border-color: #EA1236; }
span { border-color: rgb(234,18,54); }
td.TdClassName
{
border-color: #EA1236;
}
.TagClassName
{
border-color: #EA1236;
}
</style>