Shades of Crimson #ED124A
Tints of Crimson #ED124A
RGB
CMYK
RGB Variations
Color information
#ED124A (or 0xED124A) is known color: Crimson. HEX triplet: ED, 12 and 4A. RGB value is (237,18,74). Sum of RGB (Red+Green+Blue) = 237+18+74=329 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.04% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 237 - color contains mainly: red. Hex color #ED124A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED124A is #12EDB5. Grayscale: #595959. Windows color (decimal): -1240502 or 4854509. OLE color: 4854509.
HSL color Cylindrical-coordinate representation of color #ED124A: hue angle of 344.66º 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 #ED124A is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 18 | 74 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.07 |
| HSL | 344.66º | 0.86% | 0.5% | - |
| HSV(B) | 344.66º | 0.92% | 0.93% | - |
| XYZ | 36.38 | 18.93 | 8.22 | - |
| YUV | 89.87 | 119.05 | 232.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 18 | 74 | 0 | 0.92 | 0.69 | 0.07 | 344.66 | 0.86 | 0.5 |
| Hex | ED | 12 | 4A | 0 | 5C | 45 | 7 | 159 | 56 | 32 |
| Octal | 355 | 22 | 112 | 0 | 134 | 105 | 7 | 531 | 126 | 62 |
| Binary | 11101101 | 10010 | 1001010 | 0 | 1011100 | 1000101 | 111 | 101011001 | 1010110 | 110010 |
Color Harmonies of #ED124A
Complementary color
Monochromatic Colors of #ED124A
Black with #ED124A
Text Example
Text Example
White with #ED124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED124A; }
p { color: rgb(237,18,74); }
H1.HeaderClassName
{
color: #ED124A;
}
.AnyTagClassName
{
color: #ED124A;
}
</style>
background-color css
<style>
a { background-color: #ED124A; }
a { background-color: rgb(237,18,74); }
div.DivClassName
{
background-color: #ED124A;
}
.BgClassName
{
background-color: #ED124A;
}
</style>
border-color css
<style>
span { border-color: #ED124A; }
span { border-color: rgb(237,18,74); }
td.TdClassName
{
border-color: #ED124A;
}
.TagClassName
{
border-color: #ED124A;
}
</style>