Shades of Torch Red #ED122F
Tints of Torch Red #ED122F
RGB
CMYK
RGB Variations
Color information
#ED122F (or 0xED122F) is known color: Torch Red. HEX triplet: ED, 12 and 2F. RGB value is (237,18,47). Sum of RGB (Red+Green+Blue) = 237+18+47=302 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.48% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 237 - color contains mainly: red. Hex color #ED122F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED122F is #12EDD0. Grayscale: #565656. Windows color (decimal): -1240529 or 3085037. OLE color: 3085037.
HSL color Cylindrical-coordinate representation of color #ED122F: hue angle of 352.05º 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 #ED122F is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 18 | 47 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.07 |
| HSL | 352.05º | 0.86% | 0.5% | - |
| HSV(B) | 352.05º | 0.92% | 0.93% | - |
| XYZ | 35.65 | 18.64 | 4.41 | - |
| YUV | 86.79 | 105.55 | 235.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 18 | 47 | 0 | 0.92 | 0.80 | 0.07 | 352.05 | 0.86 | 0.5 |
| Hex | ED | 12 | 2F | 0 | 5C | 50 | 7 | 160 | 56 | 32 |
| Octal | 355 | 22 | 57 | 0 | 134 | 120 | 7 | 540 | 126 | 62 |
| Binary | 11101101 | 10010 | 101111 | 0 | 1011100 | 1010000 | 111 | 101100000 | 1010110 | 110010 |
Color Harmonies of #ED122F
Complementary color
Monochromatic Colors of #ED122F
Black with #ED122F
Text Example
Text Example
White with #ED122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED122F; }
p { color: rgb(237,18,47); }
H1.HeaderClassName
{
color: #ED122F;
}
.AnyTagClassName
{
color: #ED122F;
}
</style>
background-color css
<style>
a { background-color: #ED122F; }
a { background-color: rgb(237,18,47); }
div.DivClassName
{
background-color: #ED122F;
}
.BgClassName
{
background-color: #ED122F;
}
</style>
border-color css
<style>
span { border-color: #ED122F; }
span { border-color: rgb(237,18,47); }
td.TdClassName
{
border-color: #ED122F;
}
.TagClassName
{
border-color: #ED122F;
}
</style>