Shades of Torch Red #ED132F
Tints of Torch Red #ED132F
RGB
CMYK
RGB Variations
Color information
#ED132F (or 0xED132F) is known color: Torch Red. HEX triplet: ED, 13 and 2F. RGB value is (237,19,47). Sum of RGB (Red+Green+Blue) = 237+19+47=303 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.22% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 237 - color contains mainly: red. Hex color #ED132F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED132F is #12ECD0. Grayscale: #575757. Windows color (decimal): -1240273 or 3085293. OLE color: 3085293.
HSL color Cylindrical-coordinate representation of color #ED132F: hue angle of 352.29º 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 #ED132F is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 19 | 47 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.07 |
| HSL | 352.29º | 0.86% | 0.5% | - |
| HSV(B) | 352.29º | 0.92% | 0.93% | - |
| XYZ | 35.67 | 18.68 | 4.41 | - |
| YUV | 87.37 | 105.22 | 234.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 19 | 47 | 0 | 0.92 | 0.80 | 0.07 | 352.29 | 0.86 | 0.5 |
| Hex | ED | 13 | 2F | 0 | 5C | 50 | 7 | 160 | 56 | 32 |
| Octal | 355 | 23 | 57 | 0 | 134 | 120 | 7 | 540 | 126 | 62 |
| Binary | 11101101 | 10011 | 101111 | 0 | 1011100 | 1010000 | 111 | 101100000 | 1010110 | 110010 |
Color Harmonies of #ED132F
Complementary color
Monochromatic Colors of #ED132F
Black with #ED132F
Text Example
Text Example
White with #ED132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED132F; }
p { color: rgb(237,19,47); }
H1.HeaderClassName
{
color: #ED132F;
}
.AnyTagClassName
{
color: #ED132F;
}
</style>
background-color css
<style>
a { background-color: #ED132F; }
a { background-color: rgb(237,19,47); }
div.DivClassName
{
background-color: #ED132F;
}
.BgClassName
{
background-color: #ED132F;
}
</style>
border-color css
<style>
span { border-color: #ED132F; }
span { border-color: rgb(237,19,47); }
td.TdClassName
{
border-color: #ED132F;
}
.TagClassName
{
border-color: #ED132F;
}
</style>