Shades of Torch Red #ED002E
Tints of Torch Red #ED002E
RGB
CMYK
RGB Variations
Color information
#ED002E (or 0xED002E) is known color: Torch Red. HEX triplet: ED, 00 and 2E. RGB value is (237,0,46). Sum of RGB (Red+Green+Blue) = 237+0+46=283 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.75% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 237 - color contains mainly: red. Hex color #ED002E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED002E is #12FFD1. Grayscale: #4C4C4C. Windows color (decimal): -1245138 or 3014893. OLE color: 3014893.
HSL color Cylindrical-coordinate representation of color #ED002E: hue angle of 348.35º 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 #ED002E is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.81 | 0.07 |
| HSL | 348.35º | 1% | 0.46% | - |
| HSV(B) | 348.35º | 1% | 0.93% | - |
| XYZ | 35.42 | 18.2 | 4.23 | - |
| YUV | 76.11 | 111.02 | 242.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 46 | 0 | 1 | 0.81 | 0.07 | 348.35 | 1 | 0.46 |
| Hex | ED | 0 | 2E | 0 | 64 | 51 | 7 | 15C | 64 | 2E |
| Octal | 355 | 0 | 56 | 0 | 144 | 121 | 7 | 534 | 144 | 56 |
| Binary | 11101101 | 0 | 101110 | 0 | 1100100 | 1010001 | 111 | 101011100 | 1100100 | 101110 |
Color Harmonies of #ED002E
Complementary color
Monochromatic Colors of #ED002E
Black with #ED002E
Text Example
Text Example
White with #ED002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED002E; }
p { color: rgb(237,0,46); }
H1.HeaderClassName
{
color: #ED002E;
}
.AnyTagClassName
{
color: #ED002E;
}
</style>
background-color css
<style>
a { background-color: #ED002E; }
a { background-color: rgb(237,0,46); }
div.DivClassName
{
background-color: #ED002E;
}
.BgClassName
{
background-color: #ED002E;
}
</style>
border-color css
<style>
span { border-color: #ED002E; }
span { border-color: rgb(237,0,46); }
td.TdClassName
{
border-color: #ED002E;
}
.TagClassName
{
border-color: #ED002E;
}
</style>