Shades of Crimson #ED193D
Tints of Crimson #ED193D
RGB
CMYK
RGB Variations
Color information
#ED193D (or 0xED193D) is known color: Crimson. HEX triplet: ED, 19 and 3D. RGB value is (237,25,61). Sum of RGB (Red+Green+Blue) = 237+25+61=323 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.37% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 237 - color contains mainly: red. Hex color #ED193D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED193D is #12E6C2. Grayscale: #5C5C5C. Windows color (decimal): -1238723 or 4004333. OLE color: 4004333.
HSL color Cylindrical-coordinate representation of color #ED193D: hue angle of 349.81º 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 #ED193D is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 25 | 61 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.07 |
| HSL | 349.81º | 0.85% | 0.51% | - |
| HSV(B) | 349.81º | 0.89% | 0.93% | - |
| XYZ | 36.11 | 19.04 | 6.19 | - |
| YUV | 92.49 | 110.24 | 231.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 61 | 0 | 0.89 | 0.74 | 0.07 | 349.81 | 0.85 | 0.51 |
| Hex | ED | 19 | 3D | 0 | 59 | 4A | 7 | 15E | 55 | 33 |
| Octal | 355 | 31 | 75 | 0 | 131 | 112 | 7 | 536 | 125 | 63 |
| Binary | 11101101 | 11001 | 111101 | 0 | 1011001 | 1001010 | 111 | 101011110 | 1010101 | 110011 |
Color Harmonies of #ED193D
Complementary color
Monochromatic Colors of #ED193D
Black with #ED193D
Text Example
Text Example
White with #ED193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED193D; }
p { color: rgb(237,25,61); }
H1.HeaderClassName
{
color: #ED193D;
}
.AnyTagClassName
{
color: #ED193D;
}
</style>
background-color css
<style>
a { background-color: #ED193D; }
a { background-color: rgb(237,25,61); }
div.DivClassName
{
background-color: #ED193D;
}
.BgClassName
{
background-color: #ED193D;
}
</style>
border-color css
<style>
span { border-color: #ED193D; }
span { border-color: rgb(237,25,61); }
td.TdClassName
{
border-color: #ED193D;
}
.TagClassName
{
border-color: #ED193D;
}
</style>