Shades of Crimson #EA1537
Tints of Crimson #EA1537
RGB
CMYK
RGB Variations
Color information
#EA1537 (or 0xEA1537) is known color: Crimson. HEX triplet: EA, 15 and 37. RGB value is (234,21,55). Sum of RGB (Red+Green+Blue) = 234+21+55=310 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75.48% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 55 (21.88% from 255 or 17.74% from 310); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1537 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1537 is #15EAC8. Grayscale: #585858. Windows color (decimal): -1436361 or 3610090. OLE color: 3610090.
HSL color Cylindrical-coordinate representation of color #EA1537: hue angle of 350.42º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA1537 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 21 | 55 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.08 |
| HSL | 350.42º | 0.84% | 0.5% | - |
| HSV(B) | 350.42º | 0.91% | 0.92% | - |
| XYZ | 34.89 | 18.3 | 5.31 | - |
| YUV | 88.56 | 109.07 | 231.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 21 | 55 | 0 | 0.91 | 0.76 | 0.08 | 350.42 | 0.84 | 0.5 |
| Hex | EA | 15 | 37 | 0 | 5B | 4C | 8 | 15E | 54 | 32 |
| Octal | 352 | 25 | 67 | 0 | 133 | 114 | 10 | 536 | 124 | 62 |
| Binary | 11101010 | 10101 | 110111 | 0 | 1011011 | 1001100 | 1000 | 101011110 | 1010100 | 110010 |
Color Harmonies of #EA1537
Complementary color
Monochromatic Colors of #EA1537
Black with #EA1537
Text Example
Text Example
White with #EA1537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1537; }
p { color: rgb(234,21,55); }
H1.HeaderClassName
{
color: #EA1537;
}
.AnyTagClassName
{
color: #EA1537;
}
</style>
background-color css
<style>
a { background-color: #EA1537; }
a { background-color: rgb(234,21,55); }
div.DivClassName
{
background-color: #EA1537;
}
.BgClassName
{
background-color: #EA1537;
}
</style>
border-color css
<style>
span { border-color: #EA1537; }
span { border-color: rgb(234,21,55); }
td.TdClassName
{
border-color: #EA1537;
}
.TagClassName
{
border-color: #EA1537;
}
</style>