Shades of Crimson #ED193F
Tints of Crimson #ED193F
RGB
CMYK
RGB Variations
Color information
#ED193F (or 0xED193F) is known color: Crimson. HEX triplet: ED, 19 and 3F. RGB value is (237,25,63). Sum of RGB (Red+Green+Blue) = 237+25+63=325 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.92% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 237 - color contains mainly: red. Hex color #ED193F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED193F is #12E6C0. Grayscale: #5C5C5C. Windows color (decimal): -1238721 or 4135405. OLE color: 4135405.
HSL color Cylindrical-coordinate representation of color #ED193F: hue angle of 349.25º 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 #ED193F is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 25 | 63 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.07 |
| HSL | 349.25º | 0.85% | 0.51% | - |
| HSV(B) | 349.25º | 0.89% | 0.93% | - |
| XYZ | 36.17 | 19.06 | 6.47 | - |
| YUV | 92.72 | 111.24 | 230.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 63 | 0 | 0.89 | 0.73 | 0.07 | 349.25 | 0.85 | 0.51 |
| Hex | ED | 19 | 3F | 0 | 59 | 49 | 7 | 15D | 55 | 33 |
| Octal | 355 | 31 | 77 | 0 | 131 | 111 | 7 | 535 | 125 | 63 |
| Binary | 11101101 | 11001 | 111111 | 0 | 1011001 | 1001001 | 111 | 101011101 | 1010101 | 110011 |
Color Harmonies of #ED193F
Complementary color
Monochromatic Colors of #ED193F
Black with #ED193F
Text Example
Text Example
White with #ED193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED193F; }
p { color: rgb(237,25,63); }
H1.HeaderClassName
{
color: #ED193F;
}
.AnyTagClassName
{
color: #ED193F;
}
</style>
background-color css
<style>
a { background-color: #ED193F; }
a { background-color: rgb(237,25,63); }
div.DivClassName
{
background-color: #ED193F;
}
.BgClassName
{
background-color: #ED193F;
}
</style>
border-color css
<style>
span { border-color: #ED193F; }
span { border-color: rgb(237,25,63); }
td.TdClassName
{
border-color: #ED193F;
}
.TagClassName
{
border-color: #ED193F;
}
</style>