Shades of Torch Red #ED0F26
Tints of Torch Red #ED0F26
RGB
CMYK
RGB Variations
Color information
#ED0F26 (or 0xED0F26) is known color: Torch Red. HEX triplet: ED, 0F and 26. RGB value is (237,15,38). Sum of RGB (Red+Green+Blue) = 237+15+38=290 (38% of max value = 765). Red value is 237 (92.97% from 255 or 81.72% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0F26 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0F26 is #12F0D9. Grayscale: #545454. Windows color (decimal): -1241306 or 2494445. OLE color: 2494445.
HSL color Cylindrical-coordinate representation of color #ED0F26: hue angle of 353.78º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED0F26 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 15 | 38 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.07 |
| HSL | 353.78º | 0.88% | 0.49% | - |
| HSV(B) | 353.78º | 0.94% | 0.93% | - |
| XYZ | 35.45 | 18.49 | 3.53 | - |
| YUV | 84 | 102.05 | 237.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 15 | 38 | 0 | 0.94 | 0.84 | 0.07 | 353.78 | 0.88 | 0.49 |
| Hex | ED | F | 26 | 0 | 5E | 54 | 7 | 162 | 58 | 31 |
| Octal | 355 | 17 | 46 | 0 | 136 | 124 | 7 | 542 | 130 | 61 |
| Binary | 11101101 | 1111 | 100110 | 0 | 1011110 | 1010100 | 111 | 101100010 | 1011000 | 110001 |
Color Harmonies of #ED0F26
Complementary color
Monochromatic Colors of #ED0F26
Black with #ED0F26
Text Example
Text Example
White with #ED0F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0F26; }
p { color: rgb(237,15,38); }
H1.HeaderClassName
{
color: #ED0F26;
}
.AnyTagClassName
{
color: #ED0F26;
}
</style>
background-color css
<style>
a { background-color: #ED0F26; }
a { background-color: rgb(237,15,38); }
div.DivClassName
{
background-color: #ED0F26;
}
.BgClassName
{
background-color: #ED0F26;
}
</style>
border-color css
<style>
span { border-color: #ED0F26; }
span { border-color: rgb(237,15,38); }
td.TdClassName
{
border-color: #ED0F26;
}
.TagClassName
{
border-color: #ED0F26;
}
</style>