Shades of Torch Red #ED011E
Tints of Torch Red #ED011E
RGB
CMYK
RGB Variations
Color information
#ED011E (or 0xED011E) is known color: Torch Red. HEX triplet: ED, 01 and 1E. RGB value is (237,1,30). Sum of RGB (Red+Green+Blue) = 237+1+30=268 (35% of max value = 765). Red value is 237 (92.97% from 255 or 88.43% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 237 - color contains mainly: red. Hex color #ED011E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED011E is #12FEE1. Grayscale: #4A4A4A. Windows color (decimal): -1244898 or 1966573. OLE color: 1966573.
HSL color Cylindrical-coordinate representation of color #ED011E: hue angle of 352.63º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED011E is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 1 | 30 | - |
| CMYK | 0 | 1.00 | 0.87 | 0.07 |
| HSL | 352.63º | 0.99% | 0.47% | - |
| HSV(B) | 352.63º | 1% | 0.93% | - |
| XYZ | 35.17 | 18.12 | 2.87 | - |
| YUV | 74.87 | 102.69 | 243.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 30 | 0 | 1.00 | 0.87 | 0.07 | 352.63 | 0.99 | 0.47 |
| Hex | ED | 1 | 1E | 0 | 64 | 57 | 7 | 161 | 63 | 2F |
| Octal | 355 | 1 | 36 | 0 | 144 | 127 | 7 | 541 | 143 | 57 |
| Binary | 11101101 | 1 | 11110 | 0 | 1100100 | 1010111 | 111 | 101100001 | 1100011 | 101111 |
Color Harmonies of #ED011E
Complementary color
Monochromatic Colors of #ED011E
Black with #ED011E
Text Example
Text Example
White with #ED011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED011E; }
p { color: rgb(237,1,30); }
H1.HeaderClassName
{
color: #ED011E;
}
.AnyTagClassName
{
color: #ED011E;
}
</style>
background-color css
<style>
a { background-color: #ED011E; }
a { background-color: rgb(237,1,30); }
div.DivClassName
{
background-color: #ED011E;
}
.BgClassName
{
background-color: #ED011E;
}
</style>
border-color css
<style>
span { border-color: #ED011E; }
span { border-color: rgb(237,1,30); }
td.TdClassName
{
border-color: #ED011E;
}
.TagClassName
{
border-color: #ED011E;
}
</style>