Shades of Torch Red #ED0044
Tints of Torch Red #ED0044
RGB
CMYK
RGB Variations
Color information
#ED0044 (or 0xED0044) is known color: Torch Red. HEX triplet: ED, 00 and 44. RGB value is (237,0,68). Sum of RGB (Red+Green+Blue) = 237+0+68=305 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.70% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0044 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0044 is #12FFBB. Grayscale: #4E4E4E. Windows color (decimal): -1245116 or 4456685. OLE color: 4456685.
HSL color Cylindrical-coordinate representation of color #ED0044: hue angle of 342.78º 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 #ED0044 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 68 | - |
| CMYK | 0 | 1 | 0.71 | 0.07 |
| HSL | 342.78º | 1% | 0.46% | - |
| HSV(B) | 342.78º | 1% | 0.93% | - |
| XYZ | 35.97 | 18.42 | 7.13 | - |
| YUV | 78.62 | 122.02 | 240.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 68 | 0 | 1 | 0.71 | 0.07 | 342.78 | 1 | 0.46 |
| Hex | ED | 0 | 44 | 0 | 64 | 47 | 7 | 157 | 64 | 2E |
| Octal | 355 | 0 | 104 | 0 | 144 | 107 | 7 | 527 | 144 | 56 |
| Binary | 11101101 | 0 | 1000100 | 0 | 1100100 | 1000111 | 111 | 101010111 | 1100100 | 101110 |
Color Harmonies of #ED0044
Complementary color
Monochromatic Colors of #ED0044
Black with #ED0044
Text Example
Text Example
White with #ED0044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0044; }
p { color: rgb(237,0,68); }
H1.HeaderClassName
{
color: #ED0044;
}
.AnyTagClassName
{
color: #ED0044;
}
</style>
background-color css
<style>
a { background-color: #ED0044; }
a { background-color: rgb(237,0,68); }
div.DivClassName
{
background-color: #ED0044;
}
.BgClassName
{
background-color: #ED0044;
}
</style>
border-color css
<style>
span { border-color: #ED0044; }
span { border-color: rgb(237,0,68); }
td.TdClassName
{
border-color: #ED0044;
}
.TagClassName
{
border-color: #ED0044;
}
</style>