Shades of Crimson #ED123A
Tints of Crimson #ED123A
RGB
CMYK
RGB Variations
Color information
#ED123A (or 0xED123A) is known color: Crimson. HEX triplet: ED, 12 and 3A. RGB value is (237,18,58). Sum of RGB (Red+Green+Blue) = 237+18+58=313 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.72% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 237 - color contains mainly: red. Hex color #ED123A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED123A is #12EDC5. Grayscale: #585858. Windows color (decimal): -1240518 or 3805933. OLE color: 3805933.
HSL color Cylindrical-coordinate representation of color #ED123A: hue angle of 349.04º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED123A is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 18 | 58 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.07 |
| HSL | 349.04º | 0.86% | 0.5% | - |
| HSV(B) | 349.04º | 0.92% | 0.93% | - |
| XYZ | 35.91 | 18.74 | 5.73 | - |
| YUV | 88.04 | 111.05 | 234.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 18 | 58 | 0 | 0.92 | 0.76 | 0.07 | 349.04 | 0.86 | 0.5 |
| Hex | ED | 12 | 3A | 0 | 5C | 4C | 7 | 15D | 56 | 32 |
| Octal | 355 | 22 | 72 | 0 | 134 | 114 | 7 | 535 | 126 | 62 |
| Binary | 11101101 | 10010 | 111010 | 0 | 1011100 | 1001100 | 111 | 101011101 | 1010110 | 110010 |
Color Harmonies of #ED123A
Complementary color
Monochromatic Colors of #ED123A
Black with #ED123A
Text Example
Text Example
White with #ED123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED123A; }
p { color: rgb(237,18,58); }
H1.HeaderClassName
{
color: #ED123A;
}
.AnyTagClassName
{
color: #ED123A;
}
</style>
background-color css
<style>
a { background-color: #ED123A; }
a { background-color: rgb(237,18,58); }
div.DivClassName
{
background-color: #ED123A;
}
.BgClassName
{
background-color: #ED123A;
}
</style>
border-color css
<style>
span { border-color: #ED123A; }
span { border-color: rgb(237,18,58); }
td.TdClassName
{
border-color: #ED123A;
}
.TagClassName
{
border-color: #ED123A;
}
</style>