Shades of Torch Red #ED0032
Tints of Torch Red #ED0032
RGB
CMYK
RGB Variations
Color information
#ED0032 (or 0xED0032) is known color: Torch Red. HEX triplet: ED, 00 and 32. RGB value is (237,0,50). Sum of RGB (Red+Green+Blue) = 237+0+50=287 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.58% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0032 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0032 is #12FFCD. Grayscale: #4C4C4C. Windows color (decimal): -1245134 or 3277037. OLE color: 3277037.
HSL color Cylindrical-coordinate representation of color #ED0032: hue angle of 347.34º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED0032 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 50 | - |
| CMYK | 0 | 1 | 0.79 | 0.07 |
| HSL | 347.34º | 1% | 0.46% | - |
| HSV(B) | 347.34º | 1% | 0.93% | - |
| XYZ | 35.5 | 18.23 | 4.67 | - |
| YUV | 76.56 | 113.02 | 242.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 50 | 0 | 1 | 0.79 | 0.07 | 347.34 | 1 | 0.46 |
| Hex | ED | 0 | 32 | 0 | 64 | 4F | 7 | 15B | 64 | 2E |
| Octal | 355 | 0 | 62 | 0 | 144 | 117 | 7 | 533 | 144 | 56 |
| Binary | 11101101 | 0 | 110010 | 0 | 1100100 | 1001111 | 111 | 101011011 | 1100100 | 101110 |
Color Harmonies of #ED0032
Complementary color
Monochromatic Colors of #ED0032
Black with #ED0032
Text Example
Text Example
White with #ED0032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0032; }
p { color: rgb(237,0,50); }
H1.HeaderClassName
{
color: #ED0032;
}
.AnyTagClassName
{
color: #ED0032;
}
</style>
background-color css
<style>
a { background-color: #ED0032; }
a { background-color: rgb(237,0,50); }
div.DivClassName
{
background-color: #ED0032;
}
.BgClassName
{
background-color: #ED0032;
}
</style>
border-color css
<style>
span { border-color: #ED0032; }
span { border-color: rgb(237,0,50); }
td.TdClassName
{
border-color: #ED0032;
}
.TagClassName
{
border-color: #ED0032;
}
</style>