Shades of Torch Red #ED063B
Tints of Torch Red #ED063B
RGB
CMYK
RGB Variations
Color information
#ED063B (or 0xED063B) is known color: Torch Red. HEX triplet: ED, 06 and 3B. RGB value is (237,6,59). Sum of RGB (Red+Green+Blue) = 237+6+59=302 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.48% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 237 - color contains mainly: red. Hex color #ED063B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED063B is #12F9C4. Grayscale: #515151. Windows color (decimal): -1243589 or 3868397. OLE color: 3868397.
HSL color Cylindrical-coordinate representation of color #ED063B: hue angle of 346.23º 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 #ED063B is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 6 | 59 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.07 |
| HSL | 346.23º | 0.95% | 0.48% | - |
| HSV(B) | 346.23º | 0.97% | 0.93% | - |
| XYZ | 35.78 | 18.45 | 5.81 | - |
| YUV | 81.11 | 115.53 | 239.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 6 | 59 | 0 | 0.97 | 0.75 | 0.07 | 346.23 | 0.95 | 0.48 |
| Hex | ED | 6 | 3B | 0 | 61 | 4B | 7 | 15A | 5F | 30 |
| Octal | 355 | 6 | 73 | 0 | 141 | 113 | 7 | 532 | 137 | 60 |
| Binary | 11101101 | 110 | 111011 | 0 | 1100001 | 1001011 | 111 | 101011010 | 1011111 | 110000 |
Color Harmonies of #ED063B
Complementary color
Monochromatic Colors of #ED063B
Black with #ED063B
Text Example
Text Example
White with #ED063B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED063B; }
p { color: rgb(237,6,59); }
H1.HeaderClassName
{
color: #ED063B;
}
.AnyTagClassName
{
color: #ED063B;
}
</style>
background-color css
<style>
a { background-color: #ED063B; }
a { background-color: rgb(237,6,59); }
div.DivClassName
{
background-color: #ED063B;
}
.BgClassName
{
background-color: #ED063B;
}
</style>
border-color css
<style>
span { border-color: #ED063B; }
span { border-color: rgb(237,6,59); }
td.TdClassName
{
border-color: #ED063B;
}
.TagClassName
{
border-color: #ED063B;
}
</style>