Shades of Crimson #EA1940
Tints of Crimson #EA1940
RGB
CMYK
RGB Variations
Color information
#EA1940 (or 0xEA1940) is known color: Crimson. HEX triplet: EA, 19 and 40. RGB value is (234,25,64). Sum of RGB (Red+Green+Blue) = 234+25+64=323 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.45% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1940 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1940 is #15E6BF. Grayscale: #5B5B5B. Windows color (decimal): -1435328 or 4200938. OLE color: 4200938.
HSL color Cylindrical-coordinate representation of color #EA1940: hue angle of 348.8º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA1940 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 64 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.08 |
| HSL | 348.8º | 0.83% | 0.51% | - |
| HSV(B) | 348.8º | 0.89% | 0.92% | - |
| XYZ | 35.2 | 18.56 | 6.58 | - |
| YUV | 91.94 | 112.24 | 229.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 64 | 0 | 0.89 | 0.73 | 0.08 | 348.8 | 0.83 | 0.51 |
| Hex | EA | 19 | 40 | 0 | 59 | 49 | 8 | 15D | 53 | 33 |
| Octal | 352 | 31 | 100 | 0 | 131 | 111 | 10 | 535 | 123 | 63 |
| Binary | 11101010 | 11001 | 1000000 | 0 | 1011001 | 1001001 | 1000 | 101011101 | 1010011 | 110011 |
Color Harmonies of #EA1940
Complementary color
Monochromatic Colors of #EA1940
Black with #EA1940
Text Example
Text Example
White with #EA1940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1940; }
p { color: rgb(234,25,64); }
H1.HeaderClassName
{
color: #EA1940;
}
.AnyTagClassName
{
color: #EA1940;
}
</style>
background-color css
<style>
a { background-color: #EA1940; }
a { background-color: rgb(234,25,64); }
div.DivClassName
{
background-color: #EA1940;
}
.BgClassName
{
background-color: #EA1940;
}
</style>
border-color css
<style>
span { border-color: #EA1940; }
span { border-color: rgb(234,25,64); }
td.TdClassName
{
border-color: #EA1940;
}
.TagClassName
{
border-color: #EA1940;
}
</style>