Shades of Crimson #ED143A
Tints of Crimson #ED143A
RGB
CMYK
RGB Variations
Color information
#ED143A (or 0xED143A) is known color: Crimson. HEX triplet: ED, 14 and 3A. RGB value is (237,20,58). Sum of RGB (Red+Green+Blue) = 237+20+58=315 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.24% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 237 - color contains mainly: red. Hex color #ED143A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED143A is #12EBC5. Grayscale: #595959. Windows color (decimal): -1240006 or 3806445. OLE color: 3806445.
HSL color Cylindrical-coordinate representation of color #ED143A: hue angle of 349.49º 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 #ED143A is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 20 | 58 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.07 |
| HSL | 349.49º | 0.86% | 0.5% | - |
| HSV(B) | 349.49º | 0.92% | 0.93% | - |
| XYZ | 35.94 | 18.81 | 5.74 | - |
| YUV | 89.22 | 110.39 | 233.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 20 | 58 | 0 | 0.92 | 0.76 | 0.07 | 349.49 | 0.86 | 0.5 |
| Hex | ED | 14 | 3A | 0 | 5C | 4C | 7 | 15D | 56 | 32 |
| Octal | 355 | 24 | 72 | 0 | 134 | 114 | 7 | 535 | 126 | 62 |
| Binary | 11101101 | 10100 | 111010 | 0 | 1011100 | 1001100 | 111 | 101011101 | 1010110 | 110010 |
Color Harmonies of #ED143A
Complementary color
Monochromatic Colors of #ED143A
Black with #ED143A
Text Example
Text Example
White with #ED143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED143A; }
p { color: rgb(237,20,58); }
H1.HeaderClassName
{
color: #ED143A;
}
.AnyTagClassName
{
color: #ED143A;
}
</style>
background-color css
<style>
a { background-color: #ED143A; }
a { background-color: rgb(237,20,58); }
div.DivClassName
{
background-color: #ED143A;
}
.BgClassName
{
background-color: #ED143A;
}
</style>
border-color css
<style>
span { border-color: #ED143A; }
span { border-color: rgb(237,20,58); }
td.TdClassName
{
border-color: #ED143A;
}
.TagClassName
{
border-color: #ED143A;
}
</style>