Shades of Crimson #EA1737
Tints of Crimson #EA1737
RGB
CMYK
RGB Variations
Color information
#EA1737 (or 0xEA1737) is known color: Crimson. HEX triplet: EA, 17 and 37. RGB value is (234,23,55). Sum of RGB (Red+Green+Blue) = 234+23+55=312 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1737 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1737 is #15E8C8. Grayscale: #595959. Windows color (decimal): -1435849 or 3610602. OLE color: 3610602.
HSL color Cylindrical-coordinate representation of color #EA1737: hue angle of 350.9º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA1737 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 55 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.08 |
| HSL | 350.9º | 0.83% | 0.5% | - |
| HSV(B) | 350.9º | 0.9% | 0.92% | - |
| XYZ | 34.93 | 18.38 | 5.32 | - |
| YUV | 89.74 | 108.4 | 230.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 55 | 0 | 0.90 | 0.76 | 0.08 | 350.9 | 0.83 | 0.5 |
| Hex | EA | 17 | 37 | 0 | 5A | 4C | 8 | 15F | 53 | 32 |
| Octal | 352 | 27 | 67 | 0 | 132 | 114 | 10 | 537 | 123 | 62 |
| Binary | 11101010 | 10111 | 110111 | 0 | 1011010 | 1001100 | 1000 | 101011111 | 1010011 | 110010 |
Color Harmonies of #EA1737
Complementary color
Monochromatic Colors of #EA1737
Black with #EA1737
Text Example
Text Example
White with #EA1737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1737; }
p { color: rgb(234,23,55); }
H1.HeaderClassName
{
color: #EA1737;
}
.AnyTagClassName
{
color: #EA1737;
}
</style>
background-color css
<style>
a { background-color: #EA1737; }
a { background-color: rgb(234,23,55); }
div.DivClassName
{
background-color: #EA1737;
}
.BgClassName
{
background-color: #EA1737;
}
</style>
border-color css
<style>
span { border-color: #EA1737; }
span { border-color: rgb(234,23,55); }
td.TdClassName
{
border-color: #EA1737;
}
.TagClassName
{
border-color: #EA1737;
}
</style>