Shades of Crimson #EA193C
Tints of Crimson #EA193C
RGB
CMYK
RGB Variations
Color information
#EA193C (or 0xEA193C) is known color: Crimson. HEX triplet: EA, 19 and 3C. RGB value is (234,25,60). Sum of RGB (Red+Green+Blue) = 234+25+60=319 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.35% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 234 - color contains mainly: red. Hex color #EA193C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA193C is #15E6C3. Grayscale: #5B5B5B. Windows color (decimal): -1435332 or 3938794. OLE color: 3938794.
HSL color Cylindrical-coordinate representation of color #EA193C: hue angle of 349.95º 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 #EA193C is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 60 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.08 |
| HSL | 349.95º | 0.83% | 0.51% | - |
| HSV(B) | 349.95º | 0.89% | 0.92% | - |
| XYZ | 35.09 | 18.51 | 6 | - |
| YUV | 91.48 | 110.24 | 229.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 60 | 0 | 0.89 | 0.74 | 0.08 | 349.95 | 0.83 | 0.51 |
| Hex | EA | 19 | 3C | 0 | 59 | 4A | 8 | 15E | 53 | 33 |
| Octal | 352 | 31 | 74 | 0 | 131 | 112 | 10 | 536 | 123 | 63 |
| Binary | 11101010 | 11001 | 111100 | 0 | 1011001 | 1001010 | 1000 | 101011110 | 1010011 | 110011 |
Color Harmonies of #EA193C
Complementary color
Monochromatic Colors of #EA193C
Black with #EA193C
Text Example
Text Example
White with #EA193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA193C; }
p { color: rgb(234,25,60); }
H1.HeaderClassName
{
color: #EA193C;
}
.AnyTagClassName
{
color: #EA193C;
}
</style>
background-color css
<style>
a { background-color: #EA193C; }
a { background-color: rgb(234,25,60); }
div.DivClassName
{
background-color: #EA193C;
}
.BgClassName
{
background-color: #EA193C;
}
</style>
border-color css
<style>
span { border-color: #EA193C; }
span { border-color: rgb(234,25,60); }
td.TdClassName
{
border-color: #EA193C;
}
.TagClassName
{
border-color: #EA193C;
}
</style>