Shades of Crimson #EA113A
Tints of Crimson #EA113A
RGB
CMYK
RGB Variations
Color information
#EA113A (or 0xEA113A) is known color: Crimson. HEX triplet: EA, 11 and 3A. RGB value is (234,17,58). Sum of RGB (Red+Green+Blue) = 234+17+58=309 (40% of max value = 765). Red value is 234 (91.80% from 255 or 75.73% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 234 - color contains mainly: red. Hex color #EA113A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA113A is #15EEC5. Grayscale: #565656. Windows color (decimal): -1437382 or 3805674. OLE color: 3805674.
HSL color Cylindrical-coordinate representation of color #EA113A: hue angle of 348.66º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA113A is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 17 | 58 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.08 |
| HSL | 348.66º | 0.86% | 0.49% | - |
| HSV(B) | 348.66º | 0.93% | 0.92% | - |
| XYZ | 34.9 | 18.2 | 5.68 | - |
| YUV | 86.56 | 111.89 | 233.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 17 | 58 | 0 | 0.93 | 0.75 | 0.08 | 348.66 | 0.86 | 0.49 |
| Hex | EA | 11 | 3A | 0 | 5D | 4B | 8 | 15D | 56 | 31 |
| Octal | 352 | 21 | 72 | 0 | 135 | 113 | 10 | 535 | 126 | 61 |
| Binary | 11101010 | 10001 | 111010 | 0 | 1011101 | 1001011 | 1000 | 101011101 | 1010110 | 110001 |
Color Harmonies of #EA113A
Complementary color
Monochromatic Colors of #EA113A
Black with #EA113A
Text Example
Text Example
White with #EA113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA113A; }
p { color: rgb(234,17,58); }
H1.HeaderClassName
{
color: #EA113A;
}
.AnyTagClassName
{
color: #EA113A;
}
</style>
background-color css
<style>
a { background-color: #EA113A; }
a { background-color: rgb(234,17,58); }
div.DivClassName
{
background-color: #EA113A;
}
.BgClassName
{
background-color: #EA113A;
}
</style>
border-color css
<style>
span { border-color: #EA113A; }
span { border-color: rgb(234,17,58); }
td.TdClassName
{
border-color: #EA113A;
}
.TagClassName
{
border-color: #EA113A;
}
</style>