Shades of Torch Red #ED013C
Tints of Torch Red #ED013C
RGB
CMYK
RGB Variations
Color information
#ED013C (or 0xED013C) is known color: Torch Red. HEX triplet: ED, 01 and 3C. RGB value is (237,1,60). Sum of RGB (Red+Green+Blue) = 237+1+60=298 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.53% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 237 - color contains mainly: red. Hex color #ED013C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED013C is #12FEC3. Grayscale: #4E4E4E. Windows color (decimal): -1244868 or 3932653. OLE color: 3932653.
HSL color Cylindrical-coordinate representation of color #ED013C: hue angle of 345º 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 #ED013C is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 1 | 60 | - |
| CMYK | 0 | 1.00 | 0.75 | 0.07 |
| HSL | 345º | 0.99% | 0.47% | - |
| HSV(B) | 345º | 1% | 0.93% | - |
| XYZ | 35.75 | 18.35 | 5.93 | - |
| YUV | 78.29 | 117.69 | 241.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 60 | 0 | 1.00 | 0.75 | 0.07 | 345 | 0.99 | 0.47 |
| Hex | ED | 1 | 3C | 0 | 64 | 4B | 7 | 159 | 63 | 2F |
| Octal | 355 | 1 | 74 | 0 | 144 | 113 | 7 | 531 | 143 | 57 |
| Binary | 11101101 | 1 | 111100 | 0 | 1100100 | 1001011 | 111 | 101011001 | 1100011 | 101111 |
Color Harmonies of #ED013C
Complementary color
Monochromatic Colors of #ED013C
Black with #ED013C
Text Example
Text Example
White with #ED013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED013C; }
p { color: rgb(237,1,60); }
H1.HeaderClassName
{
color: #ED013C;
}
.AnyTagClassName
{
color: #ED013C;
}
</style>
background-color css
<style>
a { background-color: #ED013C; }
a { background-color: rgb(237,1,60); }
div.DivClassName
{
background-color: #ED013C;
}
.BgClassName
{
background-color: #ED013C;
}
</style>
border-color css
<style>
span { border-color: #ED013C; }
span { border-color: rgb(237,1,60); }
td.TdClassName
{
border-color: #ED013C;
}
.TagClassName
{
border-color: #ED013C;
}
</style>