Shades of Crimson #EA193B
Tints of Crimson #EA193B
RGB
CMYK
RGB Variations
Color information
#EA193B (or 0xEA193B) is known color: Crimson. HEX triplet: EA, 19 and 3B. RGB value is (234,25,59). Sum of RGB (Red+Green+Blue) = 234+25+59=318 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.58% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 234 - color contains mainly: red. Hex color #EA193B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA193B is #15E6C4. Grayscale: #5B5B5B. Windows color (decimal): -1435333 or 3873258. OLE color: 3873258.
HSL color Cylindrical-coordinate representation of color #EA193B: hue angle of 350.24º 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 #EA193B is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 59 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.08 |
| HSL | 350.24º | 0.83% | 0.51% | - |
| HSV(B) | 350.24º | 0.89% | 0.92% | - |
| XYZ | 35.07 | 18.5 | 5.86 | - |
| YUV | 91.37 | 109.74 | 229.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 59 | 0 | 0.89 | 0.75 | 0.08 | 350.24 | 0.83 | 0.51 |
| Hex | EA | 19 | 3B | 0 | 59 | 4B | 8 | 15E | 53 | 33 |
| Octal | 352 | 31 | 73 | 0 | 131 | 113 | 10 | 536 | 123 | 63 |
| Binary | 11101010 | 11001 | 111011 | 0 | 1011001 | 1001011 | 1000 | 101011110 | 1010011 | 110011 |
Color Harmonies of #EA193B
Complementary color
Monochromatic Colors of #EA193B
Black with #EA193B
Text Example
Text Example
White with #EA193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA193B; }
p { color: rgb(234,25,59); }
H1.HeaderClassName
{
color: #EA193B;
}
.AnyTagClassName
{
color: #EA193B;
}
</style>
background-color css
<style>
a { background-color: #EA193B; }
a { background-color: rgb(234,25,59); }
div.DivClassName
{
background-color: #EA193B;
}
.BgClassName
{
background-color: #EA193B;
}
</style>
border-color css
<style>
span { border-color: #EA193B; }
span { border-color: rgb(234,25,59); }
td.TdClassName
{
border-color: #EA193B;
}
.TagClassName
{
border-color: #EA193B;
}
</style>