Shades of Crimson #ED193B
Tints of Crimson #ED193B
RGB
CMYK
RGB Variations
Color information
#ED193B (or 0xED193B) is known color: Crimson. HEX triplet: ED, 19 and 3B. RGB value is (237,25,59). Sum of RGB (Red+Green+Blue) = 237+25+59=321 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.83% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 237 - color contains mainly: red. Hex color #ED193B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED193B is #12E6C4. Grayscale: #5C5C5C. Windows color (decimal): -1238725 or 3873261. OLE color: 3873261.
HSL color Cylindrical-coordinate representation of color #ED193B: hue angle of 350.38º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED193B is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 25 | 59 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.07 |
| HSL | 350.38º | 0.85% | 0.51% | - |
| HSV(B) | 350.38º | 0.89% | 0.93% | - |
| XYZ | 36.06 | 19.02 | 5.91 | - |
| YUV | 92.26 | 109.24 | 231.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 59 | 0 | 0.89 | 0.75 | 0.07 | 350.38 | 0.85 | 0.51 |
| Hex | ED | 19 | 3B | 0 | 59 | 4B | 7 | 15E | 55 | 33 |
| Octal | 355 | 31 | 73 | 0 | 131 | 113 | 7 | 536 | 125 | 63 |
| Binary | 11101101 | 11001 | 111011 | 0 | 1011001 | 1001011 | 111 | 101011110 | 1010101 | 110011 |
Color Harmonies of #ED193B
Complementary color
Monochromatic Colors of #ED193B
Black with #ED193B
Text Example
Text Example
White with #ED193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED193B; }
p { color: rgb(237,25,59); }
H1.HeaderClassName
{
color: #ED193B;
}
.AnyTagClassName
{
color: #ED193B;
}
</style>
background-color css
<style>
a { background-color: #ED193B; }
a { background-color: rgb(237,25,59); }
div.DivClassName
{
background-color: #ED193B;
}
.BgClassName
{
background-color: #ED193B;
}
</style>
border-color css
<style>
span { border-color: #ED193B; }
span { border-color: rgb(237,25,59); }
td.TdClassName
{
border-color: #ED193B;
}
.TagClassName
{
border-color: #ED193B;
}
</style>