Shades of Torch Red #ED0E3C
Tints of Torch Red #ED0E3C
RGB
CMYK
RGB Variations
Color information
#ED0E3C (or 0xED0E3C) is known color: Torch Red. HEX triplet: ED, 0E and 3C. RGB value is (237,14,60). Sum of RGB (Red+Green+Blue) = 237+14+60=311 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.21% from 311); Green value is 14 (5.86% from 255 or 4.50% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0E3C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0E3C is #12F1C3. Grayscale: #555555. Windows color (decimal): -1241540 or 3935981. OLE color: 3935981.
HSL color Cylindrical-coordinate representation of color #ED0E3C: hue angle of 347.62º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED0E3C is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 14 | 60 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.07 |
| HSL | 347.62º | 0.89% | 0.49% | - |
| HSV(B) | 347.62º | 0.94% | 0.93% | - |
| XYZ | 35.9 | 18.64 | 5.98 | - |
| YUV | 85.92 | 113.38 | 235.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 14 | 60 | 0 | 0.94 | 0.75 | 0.07 | 347.62 | 0.89 | 0.49 |
| Hex | ED | E | 3C | 0 | 5E | 4B | 7 | 15C | 59 | 31 |
| Octal | 355 | 16 | 74 | 0 | 136 | 113 | 7 | 534 | 131 | 61 |
| Binary | 11101101 | 1110 | 111100 | 0 | 1011110 | 1001011 | 111 | 101011100 | 1011001 | 110001 |
Color Harmonies of #ED0E3C
Complementary color
Monochromatic Colors of #ED0E3C
Black with #ED0E3C
Text Example
Text Example
White with #ED0E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0E3C; }
p { color: rgb(237,14,60); }
H1.HeaderClassName
{
color: #ED0E3C;
}
.AnyTagClassName
{
color: #ED0E3C;
}
</style>
background-color css
<style>
a { background-color: #ED0E3C; }
a { background-color: rgb(237,14,60); }
div.DivClassName
{
background-color: #ED0E3C;
}
.BgClassName
{
background-color: #ED0E3C;
}
</style>
border-color css
<style>
span { border-color: #ED0E3C; }
span { border-color: rgb(237,14,60); }
td.TdClassName
{
border-color: #ED0E3C;
}
.TagClassName
{
border-color: #ED0E3C;
}
</style>