Shades of Torch Red #ED063A
Tints of Torch Red #ED063A
RGB
CMYK
RGB Variations
Color information
#ED063A (or 0xED063A) is known color: Torch Red. HEX triplet: ED, 06 and 3A. RGB value is (237,6,58). Sum of RGB (Red+Green+Blue) = 237+6+58=301 (39% of max value = 765). Red value is 237 (92.97% from 255 or 78.74% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 237 - color contains mainly: red. Hex color #ED063A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED063A is #12F9C5. Grayscale: #515151. Windows color (decimal): -1243590 or 3802861. OLE color: 3802861.
HSL color Cylindrical-coordinate representation of color #ED063A: hue angle of 346.49º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED063A is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 6 | 58 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.07 |
| HSL | 346.49º | 0.95% | 0.48% | - |
| HSV(B) | 346.49º | 0.97% | 0.93% | - |
| XYZ | 35.75 | 18.44 | 5.68 | - |
| YUV | 81 | 115.03 | 239.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 6 | 58 | 0 | 0.97 | 0.76 | 0.07 | 346.49 | 0.95 | 0.48 |
| Hex | ED | 6 | 3A | 0 | 61 | 4C | 7 | 15A | 5F | 30 |
| Octal | 355 | 6 | 72 | 0 | 141 | 114 | 7 | 532 | 137 | 60 |
| Binary | 11101101 | 110 | 111010 | 0 | 1100001 | 1001100 | 111 | 101011010 | 1011111 | 110000 |
Color Harmonies of #ED063A
Complementary color
Monochromatic Colors of #ED063A
Black with #ED063A
Text Example
Text Example
White with #ED063A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED063A; }
p { color: rgb(237,6,58); }
H1.HeaderClassName
{
color: #ED063A;
}
.AnyTagClassName
{
color: #ED063A;
}
</style>
background-color css
<style>
a { background-color: #ED063A; }
a { background-color: rgb(237,6,58); }
div.DivClassName
{
background-color: #ED063A;
}
.BgClassName
{
background-color: #ED063A;
}
</style>
border-color css
<style>
span { border-color: #ED063A; }
span { border-color: rgb(237,6,58); }
td.TdClassName
{
border-color: #ED063A;
}
.TagClassName
{
border-color: #ED063A;
}
</style>