Shades of Crimson #EA1237
Tints of Crimson #EA1237
RGB
CMYK
RGB Variations
Color information
#EA1237 (or 0xEA1237) is known color: Crimson. HEX triplet: EA, 12 and 37. RGB value is (234,18,55). Sum of RGB (Red+Green+Blue) = 234+18+55=307 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.22% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 55 (21.88% from 255 or 17.92% from 307); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1237 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1237 is #15EDC8. Grayscale: #565656. Windows color (decimal): -1437129 or 3609322. OLE color: 3609322.
HSL color Cylindrical-coordinate representation of color #EA1237: hue angle of 349.72º 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 #EA1237 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 18 | 55 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.08 |
| HSL | 349.72º | 0.86% | 0.49% | - |
| HSV(B) | 349.72º | 0.92% | 0.92% | - |
| XYZ | 34.84 | 18.2 | 5.29 | - |
| YUV | 86.8 | 110.06 | 232.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 18 | 55 | 0 | 0.92 | 0.76 | 0.08 | 349.72 | 0.86 | 0.49 |
| Hex | EA | 12 | 37 | 0 | 5C | 4C | 8 | 15E | 56 | 31 |
| Octal | 352 | 22 | 67 | 0 | 134 | 114 | 10 | 536 | 126 | 61 |
| Binary | 11101010 | 10010 | 110111 | 0 | 1011100 | 1001100 | 1000 | 101011110 | 1010110 | 110001 |
Color Harmonies of #EA1237
Complementary color
Monochromatic Colors of #EA1237
Black with #EA1237
Text Example
Text Example
White with #EA1237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1237; }
p { color: rgb(234,18,55); }
H1.HeaderClassName
{
color: #EA1237;
}
.AnyTagClassName
{
color: #EA1237;
}
</style>
background-color css
<style>
a { background-color: #EA1237; }
a { background-color: rgb(234,18,55); }
div.DivClassName
{
background-color: #EA1237;
}
.BgClassName
{
background-color: #EA1237;
}
</style>
border-color css
<style>
span { border-color: #EA1237; }
span { border-color: rgb(234,18,55); }
td.TdClassName
{
border-color: #EA1237;
}
.TagClassName
{
border-color: #EA1237;
}
</style>