Shades of Torch Red #ED063E
Tints of Torch Red #ED063E
RGB
CMYK
RGB Variations
Color information
#ED063E (or 0xED063E) is known color: Torch Red. HEX triplet: ED, 06 and 3E. RGB value is (237,6,62). Sum of RGB (Red+Green+Blue) = 237+6+62=305 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.70% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 237 - color contains mainly: red. Hex color #ED063E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED063E is #12F9C1. Grayscale: #515151. Windows color (decimal): -1243586 or 4065005. OLE color: 4065005.
HSL color Cylindrical-coordinate representation of color #ED063E: hue angle of 345.45º 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 #ED063E is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 6 | 62 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.07 |
| HSL | 345.45º | 0.95% | 0.48% | - |
| HSV(B) | 345.45º | 0.97% | 0.93% | - |
| XYZ | 35.86 | 18.48 | 6.23 | - |
| YUV | 81.45 | 117.03 | 238.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 6 | 62 | 0 | 0.97 | 0.74 | 0.07 | 345.45 | 0.95 | 0.48 |
| Hex | ED | 6 | 3E | 0 | 61 | 4A | 7 | 159 | 5F | 30 |
| Octal | 355 | 6 | 76 | 0 | 141 | 112 | 7 | 531 | 137 | 60 |
| Binary | 11101101 | 110 | 111110 | 0 | 1100001 | 1001010 | 111 | 101011001 | 1011111 | 110000 |
Color Harmonies of #ED063E
Complementary color
Monochromatic Colors of #ED063E
Black with #ED063E
Text Example
Text Example
White with #ED063E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED063E; }
p { color: rgb(237,6,62); }
H1.HeaderClassName
{
color: #ED063E;
}
.AnyTagClassName
{
color: #ED063E;
}
</style>
background-color css
<style>
a { background-color: #ED063E; }
a { background-color: rgb(237,6,62); }
div.DivClassName
{
background-color: #ED063E;
}
.BgClassName
{
background-color: #ED063E;
}
</style>
border-color css
<style>
span { border-color: #ED063E; }
span { border-color: rgb(237,6,62); }
td.TdClassName
{
border-color: #ED063E;
}
.TagClassName
{
border-color: #ED063E;
}
</style>