Shades of Torch Red #ED0237
Tints of Torch Red #ED0237
RGB
CMYK
RGB Variations
Color information
#ED0237 (or 0xED0237) is known color: Torch Red. HEX triplet: ED, 02 and 37. RGB value is (237,2,55). Sum of RGB (Red+Green+Blue) = 237+2+55=294 (38% of max value = 765). Red value is 237 (92.97% from 255 or 80.61% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0237 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0237 is #12FDC8. Grayscale: #4E4E4E. Windows color (decimal): -1244617 or 3605229. OLE color: 3605229.
HSL color Cylindrical-coordinate representation of color #ED0237: hue angle of 346.47º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED0237 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 2 | 55 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.07 |
| HSL | 346.47º | 0.98% | 0.47% | - |
| HSV(B) | 346.47º | 0.99% | 0.93% | - |
| XYZ | 35.64 | 18.32 | 5.27 | - |
| YUV | 78.31 | 114.86 | 241.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 2 | 55 | 0 | 0.99 | 0.77 | 0.07 | 346.47 | 0.98 | 0.47 |
| Hex | ED | 2 | 37 | 0 | 63 | 4D | 7 | 15A | 62 | 2F |
| Octal | 355 | 2 | 67 | 0 | 143 | 115 | 7 | 532 | 142 | 57 |
| Binary | 11101101 | 10 | 110111 | 0 | 1100011 | 1001101 | 111 | 101011010 | 1100010 | 101111 |
Color Harmonies of #ED0237
Complementary color
Monochromatic Colors of #ED0237
Black with #ED0237
Text Example
Text Example
White with #ED0237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0237; }
p { color: rgb(237,2,55); }
H1.HeaderClassName
{
color: #ED0237;
}
.AnyTagClassName
{
color: #ED0237;
}
</style>
background-color css
<style>
a { background-color: #ED0237; }
a { background-color: rgb(237,2,55); }
div.DivClassName
{
background-color: #ED0237;
}
.BgClassName
{
background-color: #ED0237;
}
</style>
border-color css
<style>
span { border-color: #ED0237; }
span { border-color: rgb(237,2,55); }
td.TdClassName
{
border-color: #ED0237;
}
.TagClassName
{
border-color: #ED0237;
}
</style>