Shades of Torch Red #ED013D
Tints of Torch Red #ED013D
RGB
CMYK
RGB Variations
Color information
#ED013D (or 0xED013D) is known color: Torch Red. HEX triplet: ED, 01 and 3D. RGB value is (237,1,61). Sum of RGB (Red+Green+Blue) = 237+1+61=299 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.26% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 237 - color contains mainly: red. Hex color #ED013D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED013D is #12FEC2. Grayscale: #4E4E4E. Windows color (decimal): -1244867 or 3998189. OLE color: 3998189.
HSL color Cylindrical-coordinate representation of color #ED013D: hue angle of 344.75º 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 #ED013D is Cyan = 0, Magento = 1.00, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 1 | 61 | - |
| CMYK | 0 | 1.00 | 0.74 | 0.07 |
| HSL | 344.75º | 0.99% | 0.47% | - |
| HSV(B) | 344.75º | 1% | 0.93% | - |
| XYZ | 35.78 | 18.36 | 6.07 | - |
| YUV | 78.4 | 118.19 | 241.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 61 | 0 | 1.00 | 0.74 | 0.07 | 344.75 | 0.99 | 0.47 |
| Hex | ED | 1 | 3D | 0 | 64 | 4A | 7 | 159 | 63 | 2F |
| Octal | 355 | 1 | 75 | 0 | 144 | 112 | 7 | 531 | 143 | 57 |
| Binary | 11101101 | 1 | 111101 | 0 | 1100100 | 1001010 | 111 | 101011001 | 1100011 | 101111 |
Color Harmonies of #ED013D
Complementary color
Monochromatic Colors of #ED013D
Black with #ED013D
Text Example
Text Example
White with #ED013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED013D; }
p { color: rgb(237,1,61); }
H1.HeaderClassName
{
color: #ED013D;
}
.AnyTagClassName
{
color: #ED013D;
}
</style>
background-color css
<style>
a { background-color: #ED013D; }
a { background-color: rgb(237,1,61); }
div.DivClassName
{
background-color: #ED013D;
}
.BgClassName
{
background-color: #ED013D;
}
</style>
border-color css
<style>
span { border-color: #ED013D; }
span { border-color: rgb(237,1,61); }
td.TdClassName
{
border-color: #ED013D;
}
.TagClassName
{
border-color: #ED013D;
}
</style>