Shades of Torch Red #ED162B
Tints of Torch Red #ED162B
RGB
CMYK
RGB Variations
Color information
#ED162B (or 0xED162B) is known color: Torch Red. HEX triplet: ED, 16 and 2B. RGB value is (237,22,43). Sum of RGB (Red+Green+Blue) = 237+22+43=302 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.48% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 237 - color contains mainly: red. Hex color #ED162B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED162B is #12E9D4. Grayscale: #585858. Windows color (decimal): -1239509 or 2823917. OLE color: 2823917.
HSL color Cylindrical-coordinate representation of color #ED162B: hue angle of 354.14º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED162B is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 22 | 43 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.07 |
| HSL | 354.14º | 0.86% | 0.51% | - |
| HSV(B) | 354.14º | 0.91% | 0.93% | - |
| XYZ | 35.65 | 18.75 | 4.03 | - |
| YUV | 88.68 | 102.23 | 233.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 43 | 0 | 0.91 | 0.82 | 0.07 | 354.14 | 0.86 | 0.51 |
| Hex | ED | 16 | 2B | 0 | 5B | 52 | 7 | 162 | 56 | 33 |
| Octal | 355 | 26 | 53 | 0 | 133 | 122 | 7 | 542 | 126 | 63 |
| Binary | 11101101 | 10110 | 101011 | 0 | 1011011 | 1010010 | 111 | 101100010 | 1010110 | 110011 |
Color Harmonies of #ED162B
Complementary color
Monochromatic Colors of #ED162B
Black with #ED162B
Text Example
Text Example
White with #ED162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED162B; }
p { color: rgb(237,22,43); }
H1.HeaderClassName
{
color: #ED162B;
}
.AnyTagClassName
{
color: #ED162B;
}
</style>
background-color css
<style>
a { background-color: #ED162B; }
a { background-color: rgb(237,22,43); }
div.DivClassName
{
background-color: #ED162B;
}
.BgClassName
{
background-color: #ED162B;
}
</style>
border-color css
<style>
span { border-color: #ED162B; }
span { border-color: rgb(237,22,43); }
td.TdClassName
{
border-color: #ED162B;
}
.TagClassName
{
border-color: #ED162B;
}
</style>