Shades of Torch Red #ED1235
Tints of Torch Red #ED1235
RGB
CMYK
RGB Variations
Color information
#ED1235 (or 0xED1235) is known color: Torch Red. HEX triplet: ED, 12 and 35. RGB value is (237,18,53). Sum of RGB (Red+Green+Blue) = 237+18+53=308 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.95% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1235 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1235 is #12EDCA. Grayscale: #575757. Windows color (decimal): -1240523 or 3478253. OLE color: 3478253.
HSL color Cylindrical-coordinate representation of color #ED1235: hue angle of 350.41º 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 #ED1235 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 18 | 53 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.07 |
| HSL | 350.41º | 0.86% | 0.5% | - |
| HSV(B) | 350.41º | 0.92% | 0.93% | - |
| XYZ | 35.78 | 18.69 | 5.09 | - |
| YUV | 87.47 | 108.55 | 234.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 18 | 53 | 0 | 0.92 | 0.78 | 0.07 | 350.41 | 0.86 | 0.5 |
| Hex | ED | 12 | 35 | 0 | 5C | 4E | 7 | 15E | 56 | 32 |
| Octal | 355 | 22 | 65 | 0 | 134 | 116 | 7 | 536 | 126 | 62 |
| Binary | 11101101 | 10010 | 110101 | 0 | 1011100 | 1001110 | 111 | 101011110 | 1010110 | 110010 |
Color Harmonies of #ED1235
Complementary color
Monochromatic Colors of #ED1235
Black with #ED1235
Text Example
Text Example
White with #ED1235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1235; }
p { color: rgb(237,18,53); }
H1.HeaderClassName
{
color: #ED1235;
}
.AnyTagClassName
{
color: #ED1235;
}
</style>
background-color css
<style>
a { background-color: #ED1235; }
a { background-color: rgb(237,18,53); }
div.DivClassName
{
background-color: #ED1235;
}
.BgClassName
{
background-color: #ED1235;
}
</style>
border-color css
<style>
span { border-color: #ED1235; }
span { border-color: rgb(237,18,53); }
td.TdClassName
{
border-color: #ED1235;
}
.TagClassName
{
border-color: #ED1235;
}
</style>