Shades of Crimson #EA113F
Tints of Crimson #EA113F
RGB
CMYK
RGB Variations
Color information
#EA113F (or 0xEA113F) is known color: Crimson. HEX triplet: EA, 11 and 3F. RGB value is (234,17,63). Sum of RGB (Red+Green+Blue) = 234+17+63=314 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.52% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 234 - color contains mainly: red. Hex color #EA113F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA113F is #15EEC0. Grayscale: #575757. Windows color (decimal): -1437377 or 4133354. OLE color: 4133354.
HSL color Cylindrical-coordinate representation of color #EA113F: hue angle of 347.28º 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 #EA113F is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 17 | 63 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.08 |
| HSL | 347.28º | 0.86% | 0.49% | - |
| HSV(B) | 347.28º | 0.93% | 0.92% | - |
| XYZ | 35.03 | 18.25 | 6.38 | - |
| YUV | 87.13 | 114.39 | 232.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 17 | 63 | 0 | 0.93 | 0.73 | 0.08 | 347.28 | 0.86 | 0.49 |
| Hex | EA | 11 | 3F | 0 | 5D | 49 | 8 | 15B | 56 | 31 |
| Octal | 352 | 21 | 77 | 0 | 135 | 111 | 10 | 533 | 126 | 61 |
| Binary | 11101010 | 10001 | 111111 | 0 | 1011101 | 1001001 | 1000 | 101011011 | 1010110 | 110001 |
Color Harmonies of #EA113F
Complementary color
Monochromatic Colors of #EA113F
Black with #EA113F
Text Example
Text Example
White with #EA113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA113F; }
p { color: rgb(234,17,63); }
H1.HeaderClassName
{
color: #EA113F;
}
.AnyTagClassName
{
color: #EA113F;
}
</style>
background-color css
<style>
a { background-color: #EA113F; }
a { background-color: rgb(234,17,63); }
div.DivClassName
{
background-color: #EA113F;
}
.BgClassName
{
background-color: #EA113F;
}
</style>
border-color css
<style>
span { border-color: #EA113F; }
span { border-color: rgb(234,17,63); }
td.TdClassName
{
border-color: #EA113F;
}
.TagClassName
{
border-color: #EA113F;
}
</style>