Shades of Crimson #EA193A
Tints of Crimson #EA193A
RGB
CMYK
RGB Variations
Color information
#EA193A (or 0xEA193A) is known color: Crimson. HEX triplet: EA, 19 and 3A. RGB value is (234,25,58). Sum of RGB (Red+Green+Blue) = 234+25+58=317 (41% of max value = 765). Red value is 234 (91.80% from 255 or 73.82% from 317); Green value is 25 (10.16% from 255 or 7.89% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 234 - color contains mainly: red. Hex color #EA193A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA193A is #15E6C5. Grayscale: #5B5B5B. Windows color (decimal): -1435334 or 3807722. OLE color: 3807722.
HSL color Cylindrical-coordinate representation of color #EA193A: hue angle of 350.53º 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 #EA193A is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 58 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.08 |
| HSL | 350.53º | 0.83% | 0.51% | - |
| HSV(B) | 350.53º | 0.89% | 0.92% | - |
| XYZ | 35.04 | 18.49 | 5.73 | - |
| YUV | 91.25 | 109.24 | 229.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 58 | 0 | 0.89 | 0.75 | 0.08 | 350.53 | 0.83 | 0.51 |
| Hex | EA | 19 | 3A | 0 | 59 | 4B | 8 | 15F | 53 | 33 |
| Octal | 352 | 31 | 72 | 0 | 131 | 113 | 10 | 537 | 123 | 63 |
| Binary | 11101010 | 11001 | 111010 | 0 | 1011001 | 1001011 | 1000 | 101011111 | 1010011 | 110011 |
Color Harmonies of #EA193A
Complementary color
Monochromatic Colors of #EA193A
Black with #EA193A
Text Example
Text Example
White with #EA193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA193A; }
p { color: rgb(234,25,58); }
H1.HeaderClassName
{
color: #EA193A;
}
.AnyTagClassName
{
color: #EA193A;
}
</style>
background-color css
<style>
a { background-color: #EA193A; }
a { background-color: rgb(234,25,58); }
div.DivClassName
{
background-color: #EA193A;
}
.BgClassName
{
background-color: #EA193A;
}
</style>
border-color css
<style>
span { border-color: #EA193A; }
span { border-color: rgb(234,25,58); }
td.TdClassName
{
border-color: #EA193A;
}
.TagClassName
{
border-color: #EA193A;
}
</style>