Shades of Torch Red #ED0838
Tints of Torch Red #ED0838
RGB
CMYK
RGB Variations
Color information
#ED0838 (or 0xED0838) is known color: Torch Red. HEX triplet: ED, 08 and 38. RGB value is (237,8,56). Sum of RGB (Red+Green+Blue) = 237+8+56=301 (39% of max value = 765). Red value is 237 (92.97% from 255 or 78.74% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0838 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0838 is #12F7C7. Grayscale: #515151. Windows color (decimal): -1243080 or 3672301. OLE color: 3672301.
HSL color Cylindrical-coordinate representation of color #ED0838: hue angle of 347.42º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED0838 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 8 | 56 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.07 |
| HSL | 347.42º | 0.93% | 0.48% | - |
| HSV(B) | 347.42º | 0.97% | 0.93% | - |
| XYZ | 35.73 | 18.46 | 5.42 | - |
| YUV | 81.94 | 113.37 | 238.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 8 | 56 | 0 | 0.97 | 0.76 | 0.07 | 347.42 | 0.93 | 0.48 |
| Hex | ED | 8 | 38 | 0 | 61 | 4C | 7 | 15B | 5D | 30 |
| Octal | 355 | 10 | 70 | 0 | 141 | 114 | 7 | 533 | 135 | 60 |
| Binary | 11101101 | 1000 | 111000 | 0 | 1100001 | 1001100 | 111 | 101011011 | 1011101 | 110000 |
Color Harmonies of #ED0838
Complementary color
Monochromatic Colors of #ED0838
Black with #ED0838
Text Example
Text Example
White with #ED0838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0838; }
p { color: rgb(237,8,56); }
H1.HeaderClassName
{
color: #ED0838;
}
.AnyTagClassName
{
color: #ED0838;
}
</style>
background-color css
<style>
a { background-color: #ED0838; }
a { background-color: rgb(237,8,56); }
div.DivClassName
{
background-color: #ED0838;
}
.BgClassName
{
background-color: #ED0838;
}
</style>
border-color css
<style>
span { border-color: #ED0838; }
span { border-color: rgb(237,8,56); }
td.TdClassName
{
border-color: #ED0838;
}
.TagClassName
{
border-color: #ED0838;
}
</style>