Shades of Torch Red #ED063F
Tints of Torch Red #ED063F
RGB
CMYK
RGB Variations
Color information
#ED063F (or 0xED063F) is known color: Torch Red. HEX triplet: ED, 06 and 3F. RGB value is (237,6,63). Sum of RGB (Red+Green+Blue) = 237+6+63=306 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.45% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 237 - color contains mainly: red. Hex color #ED063F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED063F is #12F9C0. Grayscale: #515151. Windows color (decimal): -1243585 or 4130541. OLE color: 4130541.
HSL color Cylindrical-coordinate representation of color #ED063F: hue angle of 345.19º 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 #ED063F is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 6 | 63 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.07 |
| HSL | 345.19º | 0.95% | 0.48% | - |
| HSV(B) | 345.19º | 0.97% | 0.93% | - |
| XYZ | 35.89 | 18.49 | 6.38 | - |
| YUV | 81.57 | 117.53 | 238.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 6 | 63 | 0 | 0.97 | 0.73 | 0.07 | 345.19 | 0.95 | 0.48 |
| Hex | ED | 6 | 3F | 0 | 61 | 49 | 7 | 159 | 5F | 30 |
| Octal | 355 | 6 | 77 | 0 | 141 | 111 | 7 | 531 | 137 | 60 |
| Binary | 11101101 | 110 | 111111 | 0 | 1100001 | 1001001 | 111 | 101011001 | 1011111 | 110000 |
Color Harmonies of #ED063F
Complementary color
Monochromatic Colors of #ED063F
Black with #ED063F
Text Example
Text Example
White with #ED063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED063F; }
p { color: rgb(237,6,63); }
H1.HeaderClassName
{
color: #ED063F;
}
.AnyTagClassName
{
color: #ED063F;
}
</style>
background-color css
<style>
a { background-color: #ED063F; }
a { background-color: rgb(237,6,63); }
div.DivClassName
{
background-color: #ED063F;
}
.BgClassName
{
background-color: #ED063F;
}
</style>
border-color css
<style>
span { border-color: #ED063F; }
span { border-color: rgb(237,6,63); }
td.TdClassName
{
border-color: #ED063F;
}
.TagClassName
{
border-color: #ED063F;
}
</style>