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