Shades of Torch Red #ED0938
Tints of Torch Red #ED0938
RGB
CMYK
RGB Variations
Color information
#ED0938 (or 0xED0938) is known color: Torch Red. HEX triplet: ED, 09 and 38. RGB value is (237,9,56). Sum of RGB (Red+Green+Blue) = 237+9+56=302 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.48% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0938 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0938 is #12F6C7. Grayscale: #525252. Windows color (decimal): -1242824 or 3672557. OLE color: 3672557.
HSL color Cylindrical-coordinate representation of color #ED0938: hue angle of 347.63º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED0938 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 9 | 56 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.07 |
| HSL | 347.63º | 0.93% | 0.48% | - |
| HSV(B) | 347.63º | 0.96% | 0.93% | - |
| XYZ | 35.74 | 18.49 | 5.43 | - |
| YUV | 82.53 | 113.04 | 238.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 56 | 0 | 0.96 | 0.76 | 0.07 | 347.63 | 0.93 | 0.48 |
| Hex | ED | 9 | 38 | 0 | 60 | 4C | 7 | 15C | 5D | 30 |
| Octal | 355 | 11 | 70 | 0 | 140 | 114 | 7 | 534 | 135 | 60 |
| Binary | 11101101 | 1001 | 111000 | 0 | 1100000 | 1001100 | 111 | 101011100 | 1011101 | 110000 |
Color Harmonies of #ED0938
Complementary color
Monochromatic Colors of #ED0938
Black with #ED0938
Text Example
Text Example
White with #ED0938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0938; }
p { color: rgb(237,9,56); }
H1.HeaderClassName
{
color: #ED0938;
}
.AnyTagClassName
{
color: #ED0938;
}
</style>
background-color css
<style>
a { background-color: #ED0938; }
a { background-color: rgb(237,9,56); }
div.DivClassName
{
background-color: #ED0938;
}
.BgClassName
{
background-color: #ED0938;
}
</style>
border-color css
<style>
span { border-color: #ED0938; }
span { border-color: rgb(237,9,56); }
td.TdClassName
{
border-color: #ED0938;
}
.TagClassName
{
border-color: #ED0938;
}
</style>